diff options
Diffstat (limited to 'src-tauri')
| -rw-r--r-- | src-tauri/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 6ea6ece..5ccbe96 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -523,7 +523,7 @@ async fn start_game( ); // Debug: Log arguments (only first few to avoid spam) if args.len() > 10 { - emit_log!(window, format!("First 10 args: {:?}", &args[..10])); + emit_log!(window, format!("Java Args: {:?}", &args)); } // Spawn the process |