Skip to content

Commit

Permalink
net: fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Feb 27, 2023
1 parent ff212f7 commit 196ec78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/_http_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ function warnUnclosedSocket() {

warnUnclosedSocket.emitted = true;
process.emitWarning(
'An error event has already been emitted on the request. ' +
'An error event has already been emitted on the socket. ' +
'Please use the destroy method on the socket while handling a clientError event.',
);
}
Expand Down

0 comments on commit 196ec78

Please sign in to comment.