Skip to content

Commit 9e23c41

Browse files
committed
wip: fix for nodejs#37224
1 parent 8ee5bbe commit 9e23c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/inspector/_inspect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,11 @@ class NodeInspector {
209209
}
210210

211211
killChild() {
212-
this.client.reset();
213212
if (this.child) {
214213
this.child.kill();
215214
this.child = null;
216215
}
216+
this.client.reset();
217217
}
218218

219219
run() {

0 commit comments

Comments
 (0)