We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee835d5 commit ce7f360Copy full SHA for ce7f360
src/main/java/one/profiler/AsyncProfilerLoader.java
@@ -430,6 +430,7 @@ private static String[] getEnv() throws IOException {
430
431
private static String[] processProfilerArgs(String[] args) throws IOException {
432
List<String> argList = new ArrayList<>();
433
+ argList.add("sh");
434
argList.add(getProfilerPath().toString());
435
argList.addAll(Arrays.asList(args));
436
return argList.toArray(new String[0]);
0 commit comments