Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
net_legacy: Fix throw typo
Browse files Browse the repository at this point in the history
Thanks Tobi
  • Loading branch information
ry committed Aug 23, 2011
1 parent a7300c8 commit ea15635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net_legacy.js
Expand Up @@ -1073,7 +1073,7 @@ Server.prototype.listen = function() {
if (err.errno == ENOENT) {
self._doListen(path);
} else {
throw r;
throw err;
}
} else {
if (!r.isSocket()) {
Expand Down

0 comments on commit ea15635

Please sign in to comment.