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

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30785
b: refs/heads/v0.10.38-release-ppc
c: 3751c0f
h: refs/heads/v0.10.33-release-ppc
i:
  30783: c4d40f0
v: v3
  • Loading branch information
isaacs committed Dec 15, 2012
1 parent 4c82f6b commit 2fbcbe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,4 @@ refs/tags/v0.11.8: 7eed18a8c72ef822a4d6eac2468a9123d2febfd0
refs/tags/v0.11.9: c7028bec06b3c9676ca454f0d3792330e7ac2d85
refs/tags/v0.8.27: 0ce337711ecdd03787972c3ad3af89437c4534a4
refs/tags/v0.8.28: bdcb647c630095121ff9514a7a0f228633dd88a6
refs/heads/v0.10.38-release-ppc: 19ecc3a4a6ed8b7256da4425307e18dba547492d
refs/heads/v0.10.38-release-ppc: 3751c0fe40ed22aaa281abda914ef9bf0c02edac
6 changes: 4 additions & 2 deletions branches/v0.10.38-release-ppc/lib/_stream_writable.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,10 @@ function onwrite(stream, er) {
});
else
cb(er);
} else
stream.emit('error', er);
}

// backwards compatibility. still emit if there was a cb.
stream.emit('error', er);
return;
}
state.length -= l;
Expand Down

0 comments on commit 2fbcbe9

Please sign in to comment.