Restore missing return statement

This commit is contained in:
Ash Wilson
2019-01-25 09:20:51 -05:00
parent 6055f289ae
commit 039aea4150

View File

@@ -39,7 +39,7 @@ class AutoUpdater extends EventEmitter {
}
supportsUpdates () {
SquirrelUpdate.existsSync()
return SquirrelUpdate.existsSync()
}
checkForUpdates () {