[Updater > App] Minor source tweaks

This commit is contained in:
Ducko 2022-03-10 22:23:33 +00:00
parent 8b8ec99229
commit 5669a499c1

View file

@ -13,7 +13,7 @@ exports.update = (startMin, done, show) => {
inst.on('host-updated', () => require('../autoStart').update(() => {}));
inst.on('unhandled-exception', fatal);
inst.on(updater.INCONSISTENT_INSTALLER_STATE_ERROR, fatal);
inst.on('InconsistentInstallerState', fatal);
inst.on('update-error', handled);
require('../firstRun').performFirstRunTasks(inst);