electron-file-explorer
electron-file-explorer copied to clipboard
No file list shown in loading broken symbolic link
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.
I was going to try this if it was a quick install, but if I have to built it from source forget it.