Speed up calls to lib_console

This commit is contained in:
Kyle McInnes
2020-12-07 19:41:11 +00:00
parent 44f5095047
commit 2a9a4d2860
5 changed files with 60 additions and 55 deletions

View File

@ -38,7 +38,7 @@ exit /b
pushd "%~1"
for /f "usebackq" %%x in ( `dir /b *.bat *.cmd 2^>nul` ) do (
%lib_console% verbose_output "Calling '%~1\%%x'..."
%print_verbose% "Calling '%~1\%%x'..."
call "%~1\%%x"
)
popd