make logs consistent

This commit is contained in:
Feross Aboukhadijeh
2016-08-05 21:44:32 -07:00
parent 4126d15821
commit 14fcbfcced
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ function initDarwinWin32 () {
electron.autoUpdater.on(
'update-not-available',
() => log('Update not available')
() => log('No update available')
)
electron.autoUpdater.on(