electron-file-explorer icon indicating copy to clipboard operation
electron-file-explorer copied to clipboard

No file list shown in loading broken symbolic link

Open yeoupooh opened this issue 9 years ago • 1 comments

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.

yeoupooh avatar Nov 30 '15 02:11 yeoupooh

I was going to try this if it was a quick install, but if I have to built it from source forget it.

dustinpoissant avatar Mar 21 '17 22:03 dustinpoissant