Skip to content

Commit 0c006ba

Browse files
committed
chore: Wait before we exit the application, so that it just doesn't go away
1 parent bad02d5 commit 0c006ba

File tree

1 file changed

+1
-0
lines changed
  • CurseForge.Minecraft.Serverpack.Launcher

1 file changed

+1
-0
lines changed

CurseForge.Minecraft.Serverpack.Launcher/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ private static async Task<int> InstallServer(int modId, int fileId, string path,
234234
{
235235
AnsiConsole.Write(new Markup($"To start the server, you can write [orange1 bold]{(OperatingSystem.IsWindows() ? "start-server.bat" : "./start-server.sh")}[/]"));
236236
}
237+
Console.ReadLine();
237238
}
238239

239240
return 0;

0 commit comments

Comments
 (0)