segfault-raub
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"author": "Luis Blanco <luisblanco1337@gmail.com>", | ||
"name": "segfault-raub", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Catches SIGSEGV and prints diagnostic information", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
"config": { | ||
"install": "v1.0.0" | ||
"install": "v1.1.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "scripts": { |
@@ -10,3 +10,3 @@ # Segfault handler for Node.js | ||
> npm i webaudio-raub | ||
> npm i segfault-raub | ||
@@ -16,5 +16,6 @@ | ||
This module does nothing (zero perf impact) as long as Node is well-behaved. | ||
If a **SIGSEGV** signal is raised, the module will print a native stack trace to both | ||
**STDERR** and to a timestamped file. This module does nothing (zero perf impact) as | ||
long as Node is well-behaved. | ||
**STDERR** and to the "segfault.log" file (if exists). If there is no such file, it | ||
**won't be created**, so it is up to you if the log-file is needed. | ||
@@ -21,0 +22,0 @@ > Note: this **addon uses N-API**, and therefore is ABI-compatible across different |
4509
54