mirror of
https://github.com/php-win-ext/php-sdk-binary-tools.git
synced 2026-04-25 09:48:07 +02:00
fix graceful exit
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ if "%TASK%" neq "" (
|
||||
exit /b
|
||||
) else (
|
||||
echo could not find the task file
|
||||
exit 3
|
||||
exit /b 3
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user