1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-18 12:11:43 +00:00

whitespace

This commit is contained in:
Milo Todt
2019-01-12 17:59:04 -08:00
parent a0bfd9e497
commit fa77cda0b4

View File

@@ -37,7 +37,7 @@ const updater = new GhReleases(ghReleasesOpts)
// `status` returns true if there is a new update available // `status` returns true if there is a new update available
function checkUpdate () { function checkUpdate () {
if (isDev) { // Prevents app from attempting to update when in dev mode. if (isDev) { // Prevents app from attempting to update when in dev mode.
console.log("Updates are disabled in Development mode, see main-app.js") console.log('Updates are disabled in Development mode, see main-app.js')
return true return true
} }
if (process.platform === 'linux' || isUpdateReady) { if (process.platform === 'linux' || isUpdateReady) {