KO
|
EN
gitlite — search
Search
#python
#javascript
#rust
#react
#hacktoberfest
#html
#android
#nodejs
#image-processing
#css
#dart
#flutter
node-ofe
★ 56
Open GitHub ↗
Overwrite OnFatalError to create a heapdump
Download README (.md)
Explore Similar Repositories
csp-tester
:
This extension helps web masters to test web application behaviour with Content Security Policy (CSP) ver. 1.0 implemented.
TFT_Touch_Shield_V2
:
No description available.
sprite
:
A library for sprite hierarchy and scene management
UE4RoadTools
:
Tools for creating and editing roads and paths for Unreal Engine 4
pygame_cffi
:
A cffi-based SDL wrapper that copies the pygame API.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
node-ofe
?
Download (.md)
Here's how to use: ```sh npm install ofe ``` ```javascript 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. ```js require('ofe').trigger(); ```