Make error message less scary

This commit is contained in:
Steve Klebanoff 2019-01-07 09:45:04 -08:00
parent f1a7efc97e
commit 571bc736e5

View File

@ -92,7 +92,7 @@ async function confirmAsync(message: string): Promise<void> {
try {
await alertDiscordAsync(releaseNotes);
} catch (e) {
utils.log("Couldn't alert discord, error: ", e.message, '. Please alert manually.');
utils.log("Publish successful, but couldn't auto-alert discord (", e.message, '), Please alert manually.');
}
}
})().catch(err => {