Skip to content

Commit

Permalink
chore: Wait before we exit the application, so that it just doesn't g…
Browse files Browse the repository at this point in the history
…o away
  • Loading branch information
itssimple committed May 14, 2022
1 parent bad02d5 commit 0c006ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CurseForge.Minecraft.Serverpack.Launcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ private static async Task<int> InstallServer(int modId, int fileId, string path,
{
AnsiConsole.Write(new Markup($"To start the server, you can write [orange1 bold]{(OperatingSystem.IsWindows() ? "start-server.bat" : "./start-server.sh")}[/]"));
}
Console.ReadLine();
}

return 0;
Expand Down

0 comments on commit 0c006ba

Please sign in to comment.