From c670b41864052db59aa3f87bad65da350d83a4c6 Mon Sep 17 00:00:00 2001 From: James Halliday Date: Mon, 31 Jan 2011 01:59:01 -0800 Subject: [PATCH] all tests pass with the new skip --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c2c7836..8200c3b 100644 --- a/index.js +++ b/index.js @@ -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) {