This commit is contained in:
Mr. Stallion 2020-07-04 16:33:07 -05:00
parent 3425b80913
commit d7bb947413
1 changed files with 1 additions and 3 deletions

View File

@ -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');