projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7300c8
)
net_legacy: Fix throw typo
author
Ryan Dahl
<ry@tinyclouds.org>
Tue, 23 Aug 2011 21:24:50 +0000
(14:24 -0700)
committer
Ryan Dahl
<ry@tinyclouds.org>
Tue, 23 Aug 2011 21:27:50 +0000
(14:27 -0700)
Thanks Tobi
lib/net_legacy.js
patch
|
blob
|
history
diff --git
a/lib/net_legacy.js
b/lib/net_legacy.js
index 7f24e6b39cfee51be1565056d25633bc66171791..d9c47ba0352e8f2b38b57d0afafda2b1d2134010 100644
(file)
--- a/
lib/net_legacy.js
+++ b/
lib/net_legacy.js
@@
-1073,7
+1073,7
@@
Server.prototype.listen = function() {
if (err.errno == ENOENT) {
self._doListen(path);
} else {
- throw r;
+ throw
er
r;
}
} else {
if (!r.isSocket()) {