Skip to content

Commit 1f9c792

Browse files
committed
chore(CLI): improve error logging for bundle upload failure
1 parent 90d4f70 commit 1f9c792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/commands/releaseCommand/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async function release(
6868
const { downloadUrl } = await bundleUploader(bundleFilePath, platform, identifier);
6969
return downloadUrl
7070
} catch (error) {
71-
console.error('Failed to upload the bundle file. Exiting the program.', error)
71+
console.error('Failed to upload the bundle file. Exiting the program.\n', error)
7272
process.exit(1)
7373
}
7474
})();

0 commit comments

Comments
 (0)