Skip to content

Commit

Permalink
feat(bk): Add missing system exit
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Jul 31, 2024
1 parent b4e6032 commit ecde516
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public static void main(String[] args)

BookkeeperCore core = new BookkeeperCore(config);
core.start();
System.exit(0);
}

private static OptionParser createParser()
Expand Down

0 comments on commit ecde516

Please sign in to comment.