From cb8e7446a4fb229df3860a358e65585447c846e6 Mon Sep 17 00:00:00 2001 From: B_Kirill <153602297+B-Kirill@users.noreply.github.com> Date: Mon, 26 May 2025 21:50:05 +1000 Subject: [PATCH] Add pause to runclient (#37748) --- runclient-Tools.bat | 1 + runclient.bat | 1 + 2 files changed, 2 insertions(+) diff --git a/runclient-Tools.bat b/runclient-Tools.bat index 21973feb6f..5c3da54611 100644 --- a/runclient-Tools.bat +++ b/runclient-Tools.bat @@ -1,2 +1,3 @@ @echo off dotnet run --project Content.Client --configuration Tools +pause diff --git a/runclient.bat b/runclient.bat index 96237c3441..2925ababb0 100644 --- a/runclient.bat +++ b/runclient.bat @@ -1,2 +1,3 @@ @echo off dotnet run --project Content.Client +pause