Skip to content

Commit 7bed98e

Browse files
committed
Set errorlevel to 0 if it's 255
1 parent 4f0c0b9 commit 7bed98e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/test.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ if not "%INSTALLEDVERSION%" == "%DESIREDVERSION%" node .\node_modules\gulp\bin\g
2626
popd
2727

2828
endlocal
29+
30+
if %errorlevel% == 255 set errorlevel=0
31+
2932
exit /b %errorlevel%

0 commit comments

Comments
 (0)