mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
whitespace
This commit is contained in:
@@ -37,7 +37,7 @@ const updater = new GhReleases(ghReleasesOpts)
|
||||
// `status` returns true if there is a new update available
|
||||
function checkUpdate () {
|
||||
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
|
||||
}
|
||||
if (process.platform === 'linux' || isUpdateReady) {
|
||||
|
||||
Reference in New Issue
Block a user