From 2d1f954f4e1531f166b2df581cc77b2d6c69b91d Mon Sep 17 00:00:00 2001 From: Anashel Date: Mon, 2 Sep 2024 12:07:42 -0400 Subject: [PATCH] Small fix on the bash file --- start_windows.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/start_windows.bat b/start_windows.bat index 0ebe1f0..3fad750 100644 --- a/start_windows.bat +++ b/start_windows.bat @@ -42,8 +42,9 @@ echo Running main.py... python main.py if %ERRORLEVEL% NEQ 0 ( echo An error occurred while running main.py. Please check the script for errors. + pause exit /b 1 ) echo Script executed successfully! -pause +pause \ No newline at end of file