Skip to content

Commit

Permalink
wip: fix for nodejs#37224
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Apr 20, 2021
1 parent 8ee5bbe commit 9e23c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/inspector/_inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,11 @@ class NodeInspector {
}

killChild() {
this.client.reset();
if (this.child) {
this.child.kill();
this.child = null;
}
this.client.reset();
}

run() {
Expand Down

0 comments on commit 9e23c41

Please sign in to comment.