We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891e849 commit cd70a41Copy full SHA for cd70a41
index.js
@@ -78,7 +78,6 @@ NYC.prototype._wrapExit = function () {
78
79
var opts = {alwaysLast: true}
80
// allow more signal handlers in unit tests.
81
- if (process.env.NYC_TEST) opts.maxListeners = 2
82
onExit(function () {
83
outputCoverage()
84
}, opts)
package.json
@@ -35,7 +35,7 @@
35
"lodash": "^3.8.0",
36
"mkdirp": "^0.5.0",
37
"rimraf": "^2.3.3",
38
- "signal-exit": "^1.3.0",
+ "signal-exit": "^2.0.0",
39
"spawn-wrap": "^0.1.2",
40
"strip-bom": "^1.0.0",
41
"yargs": "^3.8.0"
0 commit comments