mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-19 22:00:04 +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:
+1
-1
@@ -70,4 +70,4 @@ if %STATUS_CODE% GTR 100 if not %STATUS_CODE% EQU 200 (
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
pause
|
pause
|
||||||
exit
|
exit /b
|
||||||
|
|||||||
+1
-1
@@ -74,4 +74,4 @@ if %STATUS_CODE% GTR 100 if not %STATUS_CODE% EQU 200 (
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
pause
|
pause
|
||||||
exit
|
exit /b
|
||||||
|
|||||||
Reference in New Issue
Block a user