Fix --jvm-debug not working on Windows

This commit is contained in:
abe 2020-03-03 14:33:49 +09:00
parent c6ac5619ed
commit 8143bbfc24
1 changed files with 3 additions and 0 deletions

View File

@ -375,6 +375,9 @@ if defined _jvm_debug_arg (
rem next argument wasn't a port, set a default and process next arg
set /A JVM_DEBUG_PORT=5005
goto args_loop
) else (
shift
goto args_loop
)
)
)