Skip to content

Commit 8b022a9

Browse files
authored
Merge pull request jruby#8438 from headius/remove_hard_exit
Remove rogue exit(0) that shuts down JVM
2 parents c5fb69e + e39cc98 commit 8b022a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/java/org/jruby/Main.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ public static void main(String[] args) {
199199
if (status.isExit()) {
200200
System.exit(status.getStatus());
201201
}
202-
203-
System.exit(0);
204202
}
205203
catch (RaiseException ex) {
206204
System.exit( handleRaiseException(ex) );

0 commit comments

Comments
 (0)