Skip to content
New issue

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

setErrno not yet implemented: Error: ENOSPC, write #18

Open
hvr opened this issue Jun 11, 2015 · 1 comment
Open

setErrno not yet implemented: Error: ENOSPC, write #18

hvr opened this issue Jun 11, 2015 · 1 comment

Comments

@hvr
Copy link

hvr commented Jun 11, 2015

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

function h$setErrno(e) {
(as well as the h$errorStrs-mapping) addresses this?

@luite
Copy link
Member

luite commented Jun 21, 2015

yep, although I keep wondering if there's a better way to handle all the errors automatically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants