[Updater > v2] Remove debugging for CI

pull/52/head
Oj 2 years ago
parent a2221dc526
commit 31927f5a05

@ -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…
Cancel
Save