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
Provide the directory where these are stored so I can clear them? Or do that automatically.
Actual Behavior
When hardsource hits any error it rebuilds a new cache. After having this happen a few dozen times it's started outputting a message about disk usage. The number is never going down so I presume this is never being cleared after a failure.
[hardsource:eb0ab0ab] Using 380 MB of disk space.
Is an error being thrown?
An internal es6 compilation error not within hardsource. To reproduce have any syntax error stop compilation.
Steps to Reproduce
Steps to create a minimal reproduction or a link to a repository containing the same
Any other information you find helpful reproducing an issue
Operating System, Node, and NPM dependency versions
Ubuntu 18.0.4
npm: '3.5.2',
node: v8.10.0
The text was updated successfully, but these errors were encountered:
Expected Behavior
Provide the directory where these are stored so I can clear them? Or do that automatically.
Actual Behavior
When hardsource hits any error it rebuilds a new cache. After having this happen a few dozen times it's started outputting a message about disk usage. The number is never going down so I presume this is never being cleared after a failure.
[hardsource:eb0ab0ab] Using 380 MB of disk space.
Is an error being thrown?
An internal es6 compilation error not within hardsource. To reproduce have any syntax error stop compilation.
Steps to Reproduce
Operating System, Node, and NPM dependency versions
The text was updated successfully, but these errors were encountered: