We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0c0b9 commit 7bed98eCopy full SHA for 7bed98e
1 file changed
scripts/test.bat
@@ -26,4 +26,7 @@ if not "%INSTALLEDVERSION%" == "%DESIREDVERSION%" node .\node_modules\gulp\bin\g
26
popd
27
28
endlocal
29
+
30
+if %errorlevel% == 255 set errorlevel=0
31
32
exit /b %errorlevel%
0 commit comments