[CI > Test] Fix intentional fail

This commit is contained in:
Ducko 2022-04-13 10:04:13 +01:00
parent 0883501c1f
commit a4de8557d3
1 changed files with 0 additions and 2 deletions

2
src/bootstrap.js vendored
View File

@ -111,8 +111,6 @@ module.exports = () => {
return app.quit();
}
intentional_fail(); // wow
if (app.isReady()) {
startUpdate();
} else {