Skip to content

Commit 6287a46

Browse files
committed
wip: fix for nodejs#37224
1 parent 8ee5bbe commit 6287a46

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
@@ -211,7 +211,7 @@ class NodeInspector {
211211
killChild() {
212212
this.client.reset();
213213
if (this.child) {
214-
this.child.kill();
214+
// this.child.kill();
215215
this.child = null;
216216
}
217217
}

0 commit comments

Comments
 (0)