We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d4f70 commit 1f9c792Copy full SHA for 1f9c792
cli/commands/releaseCommand/release.js
@@ -68,7 +68,7 @@ async function release(
68
const { downloadUrl } = await bundleUploader(bundleFilePath, platform, identifier);
69
return downloadUrl
70
} catch (error) {
71
- console.error('Failed to upload the bundle file. Exiting the program.', error)
+ console.error('Failed to upload the bundle file. Exiting the program.\n', error)
72
process.exit(1)
73
}
74
})();
0 commit comments