mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
parent
ffbcbefbfe
commit
af042aa2d1
3 changed files with 4 additions and 3 deletions
|
@ -291,7 +291,8 @@ public class LaunchSupport {
|
|||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
javaConfig.getLaunchProperties().getVmArgList().forEach(arg -> System.out.println(arg));
|
||||
// Force newline style to make cross-platform parsing consistent
|
||||
javaConfig.getLaunchProperties().getVmArgList().forEach(e -> System.out.print(e + "\r\n"));
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue