mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 16:14:01 +08:00
fix(linter): fix linter error
This commit is contained in:
parent
68b3ab4225
commit
87b78e3775
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ export default class AutoUpdateManager extends EventEmitter {
|
|||
}
|
||||
|
||||
autoUpdater.on('error', (event, message) => {
|
||||
if (this.specMode) return false;
|
||||
if (this.specMode) return;
|
||||
console.error(`Error Downloading Update: ${message}`);
|
||||
this.setState(ErrorState);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue