exit with status 0

This commit is contained in:
idk
2022-09-12 20:36:46 -04:00
parent 573f16c380
commit 64a11096b0

View File

@ -126,6 +126,7 @@ public class WinLauncher extends CopyConfigDir {
setNotStarting();
i2pRouter.runRouter();
System.exit(0);
}
private static void setupLauncher() {