Data Request API helper #10
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, `release.zip`);
|
||||||
await addReleaseAsset(release.data.id, `system.json`);
|
await addReleaseAsset(release.data.id, `system.json`);
|
||||||
} catch (e) {
|
} 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)
|
||||||
|
Oliver marked this conversation as resolved
Outdated
|
|||||||
process.exit(1);
|
process.exit(1);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue
Remove console error now