mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-14 04:38:24 +10:00
Merge pull request #44 from Araxeus/prevent-full-terminal-exit
Prevent full exit if run from the terminal
This commit is contained in:
@@ -70,4 +70,4 @@ if %STATUS_CODE% GTR 100 if not %STATUS_CODE% EQU 200 (
|
||||
)
|
||||
)
|
||||
pause
|
||||
exit
|
||||
exit /b
|
||||
|
||||
@@ -74,4 +74,4 @@ if %STATUS_CODE% GTR 100 if not %STATUS_CODE% EQU 200 (
|
||||
)
|
||||
)
|
||||
pause
|
||||
exit
|
||||
exit /b
|
||||
|
||||
Reference in New Issue
Block a user