From 5669a499c1ec21f6a6f90d1fa7c426c8ee2c4030 Mon Sep 17 00:00:00 2001 From: Oj Date: Thu, 10 Mar 2022 22:23:33 +0000 Subject: [PATCH] [Updater > App] Minor source tweaks --- src/updater/appUpdater.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/updater/appUpdater.js b/src/updater/appUpdater.js index a345f06..f363950 100644 --- a/src/updater/appUpdater.js +++ b/src/updater/appUpdater.js @@ -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);