Skip to content

Commit

Permalink
Verify failed tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed Jul 18, 2024
1 parent e904d84 commit c6485d1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ async function run() {
architecture,
(cmd, args) => exec.exec(cmd, args, execOptions),
startupOptions
).finally(() => {
buildSummary.processAndDisplayBuildSummary();
});

);
buildSummary.processAndDisplayBuildSummary();

}

run().catch(e => {
Expand Down

0 comments on commit c6485d1

Please sign in to comment.