Skip to content

Commit 6843fe0

Browse files
Jack251970Copilot
andauthored
Fix parameter issue
Co-authored-by: Copilot <[email protected]>
1 parent 5ddf705 commit 6843fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/PublicAPIInstance.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ public bool StartProcess(string filePath, string workingDirectory = "", string a
605605
FileName = filePath,
606606
WorkingDirectory = workingDirectory,
607607
Arguments = arguments,
608-
UseShellExecute = true,
608+
UseShellExecute = useShellExecute,
609609
Verb = verb,
610610
};
611611
Process.Start(info)?.Dispose();

0 commit comments

Comments
 (0)