make logs consistent
This commit is contained in:
@@ -32,7 +32,7 @@ function init () {
|
||||
|
||||
function onResponse (err, res, data) {
|
||||
if (err) return log(`Failed to retrieve announcement: ${err.message}`)
|
||||
if (res.statusCode !== 200) return log('No announcement exists')
|
||||
if (res.statusCode !== 200) return log('No announcement available')
|
||||
|
||||
try {
|
||||
data = JSON.parse(data.toString())
|
||||
|
||||
@@ -63,7 +63,7 @@ function initDarwinWin32 () {
|
||||
|
||||
electron.autoUpdater.on(
|
||||
'update-not-available',
|
||||
() => log('Update not available')
|
||||
() => log('No update available')
|
||||
)
|
||||
|
||||
electron.autoUpdater.on(
|
||||
|
||||
Reference in New Issue
Block a user