Re-add the error printing
This commit is contained in:
parent
213996ab0a
commit
5c1985c4ab
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ async function main() {
|
|||
await addReleaseAsset(release.data.id, `release.zip`);
|
||||
await addReleaseAsset(release.data.id, `system.json`);
|
||||
} catch (e) {
|
||||
console.error(`Failed to add assets to the release with message:`, e.data.message);
|
||||
console.error(`Failed to add assets to the release`);
|
||||
console.error(e)
|
||||
process.exit(1);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue