Pass verbose flag to sbtn when running sbt --client

This commit is contained in:
Ethan Atkins 2020-10-25 17:10:40 -07:00
parent 87bd4027b0
commit 3aa2f5eb75
1 changed files with 1 additions and 0 deletions

View File

@ -644,6 +644,7 @@ set "_SBTNCMD=!SBT_BIN_DIR!sbtn-x86_64-pc-win32.exe"
if defined sbt_args_verbose (
echo # running native client
if not "%~1" == "" ( call :echolist %* )
set "SBT_ARGS=-v !SBT_ARGS!"
)
rem Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) is required