Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 288 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 288 Bytes

Here's how to use:

npm install ofe
require('ofe').call();

This will overwrite OnFatalError to create a heapdump when your app fatally crashes.

Can also call this to trigger the heapdump manually and exit the process.

require('ofe').trigger();