Update 'lib/node-type-emitter.js'
This commit is contained in:
parent
930ddb439b
commit
280bfd28ae
|
@ -50,7 +50,6 @@
|
||||||
function nextWhenReady(flag) {
|
function nextWhenReady(flag) {
|
||||||
if (flag) {
|
if (flag) {
|
||||||
stats.flag = flag;
|
stats.flag = flag;
|
||||||
flagSet = flag;
|
|
||||||
}
|
}
|
||||||
num -= 1;
|
num -= 1;
|
||||||
if (0 === num) { next.call(self); }
|
if (0 === num) { next.call(self); }
|
||||||
|
|
Loading…
Reference in New Issue