mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
Restore missing return statement
This commit is contained in:
@@ -39,7 +39,7 @@ class AutoUpdater extends EventEmitter {
|
||||
}
|
||||
|
||||
supportsUpdates () {
|
||||
SquirrelUpdate.existsSync()
|
||||
return SquirrelUpdate.existsSync()
|
||||
}
|
||||
|
||||
checkForUpdates () {
|
||||
|
||||
Reference in New Issue
Block a user