Minor
This commit is contained in:
parent
3425b80913
commit
d7bb947413
|
@ -114,7 +114,7 @@
|
|||
import {defaultHost, GeneralSettings, nativeRequire} from './common';
|
||||
import { fixLogs /*SettingsStore, Logs as FSLogs*/ } from './filesystem';
|
||||
import * as SlimcatImporter from './importer';
|
||||
import Bluebird from 'bluebird';
|
||||
// import Bluebird from 'bluebird';
|
||||
// import Connection from '../fchat/connection';
|
||||
// import Notifications from './notifications';
|
||||
|
||||
|
@ -190,8 +190,6 @@
|
|||
// tslint:disable-next-line no-floating-promises
|
||||
await core.cache.start(this.settings, this.hasCompletedUpgrades);
|
||||
|
||||
await Bluebird.delay(1000);
|
||||
|
||||
clearTimeout(timer);
|
||||
|
||||
parent.send('rising-upgrade-complete');
|
||||
|
|
Loading…
Reference in New Issue