+4
-0
@@ -55,2 +55,6 @@ var assert = require('assert'); | ||
| var data = e ? (e.stack || e.message || String(e)) : 'unhandledRejection'; | ||
| if (typeof process._handlePforkUncaughtException === 'function' && | ||
| process._handlePforkUncaughtException(data, e) === false) { | ||
| return; | ||
| } | ||
| processSend(JSON.stringify({ | ||
@@ -57,0 +61,0 @@ type: ERROR, |
+1
-1
| { | ||
| "name": "pfork", | ||
| "description": "fork process", | ||
| "version": "0.5.3", | ||
| "version": "0.6.0", | ||
| "main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "author": "avenwu <avenwu@vip.qq.com>", |
13194
1.14%394
1.03%