I ran into a ``` setErrno not yet implemented: Error: ENOSPC, write ``` javascript exception... I guess a new case along the lines of ``` js if(es.indexOf('ENOSPC') !== -1) return CONST_ENOSPC; ``` in https://github.com/ghcjs/shims/blob/9b196ff5ff13a24997011009b37c980c5534e24f/src/errno.js#L34 (as well as the `h$errorStrs`-mapping) addresses this?
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?