Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 73f34f9

Browse files
author
Jan Krems
committed
refactor: Remove unused field
1 parent cc7bdfc commit 73f34f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lib/internal/inspect-protocol.js

-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ class Client extends EventEmitter {
202202
this._http.destroy();
203203
}
204204
this._http = null;
205-
this._open = false;
206205
this._lastId = 0;
207206
this._socket = null;
208207
this._pending = {};

0 commit comments

Comments
 (0)