-
Notifications
You must be signed in to change notification settings - Fork 32
Uncaught EPERM when resizing the window #42
Comments
Do either of these files exist?
What are the permissions on them if so? |
The |
Sorry, it looks like my error message wasn't accurately copied into the issue, initially. I'm trying to fix that now. |
I quoted when I should've used ```. Sorry about that. I've edited the initial comment so it should display properly now.
Hope that helps. |
Thanks, I'll try to reproduce. |
Notes for myself: This is happening when setting width and height in configstore. It could be the result of multiple attempts to set the value in quick succession, simple debouncing on the resize event handler might help. |
Running version 0.1.7 on Win10 (10586.420) on x64, I sometimes see the following uncaught exception immediately after resizing the window:
After I dismiss the dialog box, the application appears to continue working normally. In particular, the attempt to resize the window succeeds.
The text was updated successfully, but these errors were encountered: