Browse Source

net_legacy: Fix throw typo

Thanks Tobi
Ryan Dahl 14 years ago
parent
commit
ea156359e9
  1. 2
      lib/net_legacy.js

2
lib/net_legacy.js

@ -1073,7 +1073,7 @@ Server.prototype.listen = function() {
if (err.errno == ENOENT) {
self._doListen(path);
} else {
throw r;
throw err;
}
} else {
if (!r.isSocket()) {

Loading…
Cancel
Save