mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-28 16:14:25 +02:00
remove map to reactive objects
This commit is contained in:
parent
f015fecba4
commit
d592994fc8
@ -192,7 +192,7 @@ export default {
|
|||||||
cwd,
|
cwd,
|
||||||
(message) => notifications.value.constructNotification("Failed to parse file name", message, 'error')
|
(message) => notifications.value.constructNotification("Failed to parse file name", message, 'error')
|
||||||
)
|
)
|
||||||
).map(entry => reactive(entry));
|
);
|
||||||
procs.push(processLinks(tmpEntries.filter(entry => entry.type === 'symbolic link').map(entry => entry.target)));
|
procs.push(processLinks(tmpEntries.filter(entry => entry.type === 'symbolic link').map(entry => entry.target)));
|
||||||
processingHandler.start();
|
processingHandler.start();
|
||||||
return Promise.all(procs)
|
return Promise.all(procs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user