Skip to content

Commit 2657626

Browse files
author
Raphaël Droz
committed
fix a regression from c8dee1 where the "complete" event may not be sent
1 parent c8dee19 commit 2657626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Flow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export default class Flow extends Eventizer {
279279
for (let file of this.files) {
280280
if (!file.isComplete()) {
281281
outstanding = true;
282-
return false;
282+
break;
283283
}
284284
}
285285

0 commit comments

Comments
 (0)