Skip to content

Commit c481dae

Browse files
Josh Goldbergljharb
Josh Goldberg
authored andcommitted
[Refactor] Removed never-read inErrorState from index.js
Fixes #461.
1 parent 4708a3d commit c481dae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ function createExitHarness(conf) {
7474
if (conf.exit === false) return harness;
7575
if (!canEmitExit || !canExit) return harness;
7676

77-
var inErrorState = false;
78-
7977
process.on('exit', function (code) {
8078
// let the process exit cleanly.
8179
if (code !== 0) {

0 commit comments

Comments
 (0)