Skip to content

Commit 0d230ef

Browse files
authored
Merge pull request #21 from ostrojs/develop
Develop (#20)
2 parents 36db835 + 316d823 commit 0d230ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Application {
1313

1414
constructor($app) {
1515
this.$app = $app;
16-
this.setAutoExit(1);
16+
this.setAutoExit(0);
1717
commander.exitOverride(()=>{});
1818
commander.showSuggestionAfterError(true);
1919

0 commit comments

Comments
 (0)