You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is a broken symbolic link file, no files are listed on the list with below error message. I've tested on macosx.
Terminal:
[18320:1130/115035:INFO:CONSOLE(479)] "Unhandled rejection Error: ENOENT: no such file or directory, stat '/Users/.../broken_symbolic_link_file'
at Error (native)", source: /.../electron-file-explorer/build/node_modules/bluebird/js/main/captured_trace.js (479)
I've made an ugly workaround with using fs.existsSync(filePath).
Hope this helps.
The text was updated successfully, but these errors were encountered:
If there is a broken symbolic link file, no files are listed on the list with below error message. I've tested on macosx.
Terminal:
I've made an ugly workaround with using fs.existsSync(filePath).
Hope this helps.
The text was updated successfully, but these errors were encountered: