remove map to reactive objects

This commit is contained in:
joshuaboud 2022-05-25 16:40:01 -03:00
parent f015fecba4
commit d592994fc8
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -192,7 +192,7 @@ export default {
cwd,
(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)));
processingHandler.start();
return Promise.all(procs)