Skip to content

Commit

Permalink
fix(command): update promise all then.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuuGan committed Oct 20, 2019
1 parent 423adb1 commit c570da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sol-merger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ async function execute(err: Error, files: string[]) {
});

Promise.all(promises)
.then(done)
.then(() => done())
.catch(done);
}

0 comments on commit c570da0

Please sign in to comment.