We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c465e9e commit b39dec5Copy full SHA for b39dec5
index.js
@@ -92,11 +92,11 @@ NYC.prototype._wrapExit = function () {
92
)
93
}
94
95
- var opts = {alwaysLast: true}
96
- // allow more signal handlers in unit tests.
+ // we always want to write coverage
+ // regardless of how the process exits.
97
onExit(function () {
98
outputCoverage()
99
- }, opts)
+ })
100
101
102
NYC.prototype.wrap = function (bin) {
package.json
@@ -42,7 +42,7 @@
42
"lodash": "^3.8.0",
43
"mkdirp": "^0.5.0",
44
"rimraf": "^2.3.3",
45
- "signal-exit": "^2.0.0",
+ "signal-exit": "^2.1.0",
46
"spawn-wrap": "^1.0.1",
47
"strip-bom": "^1.0.0",
48
"yargs": "^3.8.0"
0 commit comments