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 7778e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/inspector/inspect_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class Client extends EventEmitter {

reset() {
if (this._http) {
this._http.destroy();
this._http.end();
}
this._http = null;
this._lastId = 0;
Expand Down

0 comments on commit 7778e17

Please sign in to comment.