-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Restrict try-catch in upload command so build can be finalized (#…
…387) * fix: 🐛 Restrict try-catch so build can be finalized Rather than try-catching the entire method, the try-catch can be wrapped around only the section between creating and finalizing a build. The try-catch is used instead of chaining a `.catch` onto the promise in case the `reduce` callback throws during argument evaluation. * fix: 🐛 Exit with non-zero when error occurs in upload command
- Loading branch information
Wil Wilsman
authored
Oct 3, 2019
1 parent
be754a1
commit eed8798
Showing
1 changed file
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters