We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4708a3d commit c481daeCopy full SHA for c481dae
index.js
@@ -74,8 +74,6 @@ function createExitHarness(conf) {
74
if (conf.exit === false) return harness;
75
if (!canEmitExit || !canExit) return harness;
76
77
- var inErrorState = false;
78
-
79
process.on('exit', function (code) {
80
// let the process exit cleanly.
81
if (code !== 0) {
0 commit comments