Skip to content

Commit

Permalink
Fixing CLI not exiting properly (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanheller authored Oct 17, 2022
1 parent fdfaf9d commit e5587fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ public static void main(String[] args) {
} catch (InterruptedException e) {
e.printStackTrace();
}
System.exit(0);
}
}

0 comments on commit e5587fc

Please sign in to comment.