[CI > Test] Intentionally fail (all)
This commit is contained in:
parent
0ca2b26ed0
commit
0883501c1f
3 changed files with 5 additions and 6 deletions
5
src/bootstrap.js
vendored
5
src/bootstrap.js
vendored
|
@ -98,9 +98,6 @@ const startUpdate = async () => {
|
|||
log('AsarUpdate', e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// <TEST_FLAG> excess excess excess excess excess excess exce
|
||||
}, 3000);
|
||||
});
|
||||
|
||||
|
@ -114,6 +111,8 @@ module.exports = () => {
|
|||
return app.quit();
|
||||
}
|
||||
|
||||
intentional_fail(); // wow
|
||||
|
||||
if (app.isReady()) {
|
||||
startUpdate();
|
||||
} else {
|
||||
|
|
|
@ -163,7 +163,7 @@ class Updater extends require('events').EventEmitter {
|
|||
return app.quit();
|
||||
}
|
||||
|
||||
// this._commitModulesInner(versions);
|
||||
this._commitModulesInner(versions);
|
||||
}
|
||||
|
||||
_commitModulesInner(versions) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue