Skip to content

Commit 068c8b4

Browse files
committed
lib: remove unused msg parameter in debug_agent
Removed the msg parameter in the Client function of _debug_agent.js, because it is unused.
1 parent bd07c8f commit 068c8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/_debug_agent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function Client(agent, socket) {
108108
}
109109
util.inherits(Client, Transform);
110110

111-
Client.prototype.destroy = function destroy(msg) {
111+
Client.prototype.destroy = function destroy() {
112112
this.socket.destroy();
113113

114114
this.emit('close');

0 commit comments

Comments
 (0)