We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36db835 + 316d823 commit 0d230efCopy full SHA for 0d230ef
application.js
@@ -13,7 +13,7 @@ class Application {
13
14
constructor($app) {
15
this.$app = $app;
16
- this.setAutoExit(1);
+ this.setAutoExit(0);
17
commander.exitOverride(()=>{});
18
commander.showSuggestionAfterError(true);
19
0 commit comments