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
{{ message }}
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
If application doesn't define anything for drag and drop, then dropping a folder onto any piece of the application (that user can do occasionally) causes application crash. In development mode after crash the application screen is replaced with error message:
Failed to compile /Users/someuser/foldername: Can't stat /Users/someuser/foldername
Error: Can't stat /Users/someuser/foldername
at /Users/someuser/app_folder/node_modules/electron-compile/lib/file-change-cache.js:183:42
at Generator.next ()
at step (/Users/someuser/app_folder/node_modules/electron-compile/lib/file-change-cache.js:27:191)
at /Users/someuser/app_folder/node_modules/electron-compile/lib/file-change-cache.js:27:361
at
Absolutely the same crash happens if application uses drag&drap, but user dropped a folder outside of the defined drop zone.
OS: MacOS 10.13.4
electron-compile version: 6.4.2
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If application doesn't define anything for drag and drop, then dropping a folder onto any piece of the application (that user can do occasionally) causes application crash. In development mode after crash the application screen is replaced with error message:
Failed to compile /Users/someuser/foldername: Can't stat /Users/someuser/foldername
Error: Can't stat /Users/someuser/foldername
at /Users/someuser/app_folder/node_modules/electron-compile/lib/file-change-cache.js:183:42
at Generator.next ()
at step (/Users/someuser/app_folder/node_modules/electron-compile/lib/file-change-cache.js:27:191)
at /Users/someuser/app_folder/node_modules/electron-compile/lib/file-change-cache.js:27:361
at
Absolutely the same crash happens if application uses drag&drap, but user dropped a folder outside of the defined drop zone.
OS: MacOS 10.13.4
electron-compile version: 6.4.2
The text was updated successfully, but these errors were encountered: