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

Possible to unregister at runtime? #73

Open logidelic opened 3 years ago

logidelic commented 3 years ago

First of all, fantastic module. Thank you!

Is it possible to unregister the handler at runtime? Sometimes I need to force a server shutdown abruptly (not cleanly) and the handler gets tickled... I would like to be able to disable it before I do so.