Skip to content

Commit

Permalink
Small fix on the bash file
Browse files Browse the repository at this point in the history
  • Loading branch information
Anashel-RPG committed Sep 2, 2024
1 parent 331c2a1 commit 2d1f954
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2d1f954

Please sign in to comment.