mirror of
https://github.com/atom/atom.git
synced 2026-02-10 14:45:11 -05:00
Write error to stderr if publishing release fails
This commit is contained in:
@@ -42,7 +42,7 @@ uploadToS3(
|
||||
assets
|
||||
}, function (err, release) {
|
||||
if (err) {
|
||||
console.log("An error occurred while publishing the release:\n\n", err)
|
||||
console.error("An error occurred while publishing the release:\n\n", err)
|
||||
} else {
|
||||
console.log("Release published successfully: ", release.html_url)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user