Update error handling
This commit is contained in:
parent
d3f9c4c376
commit
53f35562ad
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ async function main() {
|
|||
await addReleaseAsset(release.data.id, `system.json`);
|
||||
} catch (e) {
|
||||
console.error(`Failed to add assets to the release`);
|
||||
console.error(e);
|
||||
process.exit(1);
|
||||
};
|
||||
|
||||
console.log(`Release created, and files uploaded successfully!`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue