We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran into a
setErrno not yet implemented: Error: ENOSPC, write
javascript exception...
I guess a new case along the lines of
if(es.indexOf('ENOSPC') !== -1) return CONST_ENOSPC;
in
shims/src/errno.js
Line 34 in 9b196ff
h$errorStrs
The text was updated successfully, but these errors were encountered:
yep, although I keep wondering if there's a better way to handle all the errors automatically
Sorry, something went wrong.
No branches or pull requests
I ran into a
javascript exception...
I guess a new case along the lines of
in
shims/src/errno.js
Line 34 in 9b196ff
h$errorStrs
-mapping) addresses this?The text was updated successfully, but these errors were encountered: