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
When compiling under the full storage conditions (no space left) and without having the build directory in place at all, the compiler hangs forever (spinning icon). This only happens when there is no room for even creating the build file (directory).
Dozens of alert messages will also pop up (possibly a recursive error ? infinite alerts? ):
Could not save dappfile.
Steps to reproduce
Get to a point where the local storage is full *
Make sure the build directory is not present (If needed, delete it and double check there is no more room for storing anything afterwards)
Environment/Browser
Version 1.3.0
Description
When compiling under the full storage conditions (no space left) and without having the
build
directory in place at all, the compiler hangs forever (spinning icon). This only happens when there is no room for even creating thebuild
file (directory).Dozens of alert messages will also pop up (possibly a recursive error ? infinite alerts? ):
Steps to reproduce
Expected result
Error message or alert without any console errors.
Actual result
It appears that
setItem
(insaveFile
) fails to execute due to lack of storage space, resulting in unhandledDOMException
.The text was updated successfully, but these errors were encountered: