chore: VM 模式改为 RUN

This commit is contained in:
Luke 2025-06-19 14:42:28 +08:00
parent 753e217424
commit 73956afc2a

View File

@ -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);
} }
} }