Skip to content

Commit

Permalink
all tests pass with the new skip
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jan 31, 2011
1 parent 683146e commit c670b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -91,7 +91,7 @@ exports.stream = function (em, eventName) {
em.on('end', function () { done = true });

return Chainsaw(function builder (saw) {
function next () { if (!done[0]) saw.next() }
function next () { if (!done) saw.next() }

var self = words(function (bytes, cb) {
return function (name) {
Expand Down

0 comments on commit c670b41

Please sign in to comment.