Skip to content

Commit

Permalink
🎨 Await
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Dec 28, 2020
1 parent 3d0389c commit b84e61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ interface SimplifiedExec {
}

try {
exec.run();
await exec.run();
} catch (err) {
errorHandler.catch(err);
}
Expand Down

0 comments on commit b84e61b

Please sign in to comment.