Skip to content

Commit 2f754c2

Browse files
committed
wip: fix for nodejs#37224
1 parent 8ee5bbe commit 2f754c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/internal/inspector/inspect_client.js

+3
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ class Client extends EventEmitter {
228228
if (this._http) {
229229
this._http.destroy();
230230
}
231+
if (this._socket) {
232+
this._socket.destroy();
233+
}
231234
this._http = null;
232235
this._lastId = 0;
233236
this._socket = null;

0 commit comments

Comments
 (0)