[CI > Win] Skip restarting for host update (2)

This commit is contained in:
Ducko 2022-04-13 08:52:25 +01:00
parent 600bf29c22
commit 493c3488eb
1 changed files with 0 additions and 2 deletions

View File

@ -206,8 +206,6 @@ class Updater extends require('events').EventEmitter {
newVersion newVersion
}); });
} else if (progress.state === TASK_STATE_COMPLETE || progress.state === TASK_STATE_FAILED) { } else if (progress.state === TASK_STATE_COMPLETE || progress.state === TASK_STATE_FAILED) {
// <TEST_FLAG_WINDOWS> excess excess excess excess excess excess ex
this.currentlyInstalling[name] = false; this.currentlyInstalling[name] = false;
this.updateEventHistory.push({ this.updateEventHistory.push({
type: 'installed-module', type: 'installed-module',