Prevent full exit if run from the terminal

This commit is contained in:
Araxeus
2022-05-17 19:30:12 +03:00
parent 36a7e099f2
commit 6ee0a16b86
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -70,4 +70,4 @@ if %STATUS_CODE% GTR 100 if not %STATUS_CODE% EQU 200 (
)
)
pause
exit
exit /b
+1 -1
View File
@@ -74,4 +74,4 @@ if %STATUS_CODE% GTR 100 if not %STATUS_CODE% EQU 200 (
)
)
pause
exit
exit /b