Skip to content

Commit

Permalink
add osx
Browse files Browse the repository at this point in the history
Signed-off-by: kaideng <kaideng@kaidengdeMacBook-Pro.local>
  • Loading branch information
kaideng authored and kaideng committed Jan 9, 2023
1 parent 3273160 commit 3d28682
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public static void main(String[] args) {
Thread shutDownThread = new Thread(() -> bootstrap.stop());
Runtime.getRuntime().addShutdownHook(shutDownThread);
} catch (Exception ex) {
// ex.printStackTrace();
System.exit(1);
}
}
Expand Down

0 comments on commit 3d28682

Please sign in to comment.