Merge pull request #44 from Araxeus/prevent-full-terminal-exit

Prevent full exit if run from the terminal
This commit is contained in:
amd64fox
2022-05-17 23:31:46 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -70,4 +70,4 @@ if %STATUS_CODE% GTR 100 if not %STATUS_CODE% EQU 200 (
)
)
pause
exit
exit /b

View File

@@ -74,4 +74,4 @@ if %STATUS_CODE% GTR 100 if not %STATUS_CODE% EQU 200 (
)
)
pause
exit
exit /b