chore: VM 模式改为 RUN
This commit is contained in:
parent
753e217424
commit
73956afc2a
@ -44,6 +44,6 @@ public class VMLauncher {
|
|||||||
*/
|
*/
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
// Call the method that initializes and runs the VM in DEBUG mode
|
// Call the method that initializes and runs the VM in DEBUG mode
|
||||||
initializeAndRunVM(args, VMMode.DEBUG);
|
initializeAndRunVM(args, VMMode.RUN);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user