1
0
Fork 0

Update 'lib/node-type-emitter.js'

Esse commit está contido em:
AJ ONeal 2018-03-26 05:24:03 +00:00
commit 280bfd28ae
1 arquivos alterados com 0 adições e 1 exclusões

Ver arquivo

@ -50,7 +50,6 @@
function nextWhenReady(flag) {
if (flag) {
stats.flag = flag;
flagSet = flag;
}
num -= 1;
if (0 === num) { next.call(self); }