Skip to content

Commit

Permalink
Remove exit according to #13
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jan 16, 2019
1 parent ffc9d9c commit 80d8da0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ public function run():void {
$command->getUsage(),
Stream::ERROR
);

exit(ErrorCode::get($exception));
}
}

Expand Down

0 comments on commit 80d8da0

Please sign in to comment.