ddopson / node-segfault-handler

Tool for debugging native Node.js modules and getting stack traces when things go wrong.
BSD 3-Clause "New" or "Revised" License
319 stars 74 forks source link

Node 10 Compatibility #51

Closed Djiit closed 6 years ago

Djiit commented 6 years ago

Hi there,

I was unable to do a node-gyp rebuild with the last Node version (10.0). I have an error saying that "v8-debug.h" is not found.

Any idea on what's going wrong ? Is this package compatible with node 10 ?

Thanks !

Djiit commented 6 years ago

Oh, this would be fixed by #50

Djiit commented 6 years ago

Fixed in #50. Thanks