baudehlo / node-fs-ext

Extras missing from node's fs module
MIT License
101 stars 45 forks source link

Fix SEGV on Exception #52

Closed jeremycx closed 7 years ago

jeremycx commented 8 years ago

Looks like nan wants 4 arguments for NanErrnoException - the existing implementation will SEGV instead of throwing properly (on OSX and FreeBSD).

baudehlo commented 7 years ago

I think this was fixed by #63. Please re-open and fix the conflicts if that's not the case.