Windows Build Environment: Added missing target "error" to git-log.bat

This commit is contained in:
thunder2 2023-04-12 14:39:43 +02:00
parent 180b7d3703
commit 40adcd2db1

View File

@ -88,6 +88,10 @@ echo %RsRef%>"%RsLastRefFile%"
exit /B %ERRORLEVEL%
:error
%cecho% error "\n%~n0 failed\n"
exit /B 1
:error_env
echo Failed to initialize environment.
endlocal