Removed stupid 10 second time limit on dependencies pull
This commit is contained in:
parent
35b60a24e4
commit
bfc8b3600f
|
@ -24,7 +24,7 @@ echo "Q - vswhere"
|
||||||
echo ---------------------------------------------------
|
echo ---------------------------------------------------
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
choice /C ABCDEFGHIJKLMNOPQ /T 10 /D A
|
choice /C ABCDEFGHIJKLMNOPQ
|
||||||
set _e=%ERRORLEVEL%
|
set _e=%ERRORLEVEL%
|
||||||
|
|
||||||
if %_e%==1 goto VMA
|
if %_e%==1 goto VMA
|
||||||
|
|
Loading…
Reference in New Issue