Comparing version 0.0.1 to 0.0.2
@@ -31,6 +31,6 @@ var line, _context, _running; | ||
_this.results.push(args); | ||
if (fn) fn.apply(_this, args); | ||
if (args[0] && !_this.stopped) _this.stop.apply(_this, args); | ||
if (!--_this.waiting && !_this.stopped) { | ||
args.shift(); | ||
if (fn) fn.apply(_this, args); | ||
return _this.next(args); | ||
@@ -37,0 +37,0 @@ } |
{ | ||
"name": "line", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Control flow like a boss", | ||
@@ -5,0 +5,0 @@ "keywords": ["ender", "flow", "control", "async"], |
Sorry, the diff of this file is not supported yet
13778