[Updater > v2] Remove debugging for CI
This commit is contained in:
parent
a2221dc526
commit
31927f5a05
1 changed files with 0 additions and 3 deletions
|
@ -208,9 +208,6 @@ class Updater extends require('events').EventEmitter {
|
|||
} else if (progress.state === TASK_STATE_COMPLETE || progress.state === TASK_STATE_FAILED) {
|
||||
// <TEST_FLAG_WINDOWS> excess excess excess excess excess excess ex
|
||||
|
||||
// <TEST_FLAG_WINDOWS> excess excess excess
|
||||
if (name === 'discord_rpc') process.exit();
|
||||
|
||||
this.currentlyInstalling[name] = false;
|
||||
this.updateEventHistory.push({
|
||||
type: 'installed-module',
|
||||
|
|
Loading…
Reference in a new issue