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 35faa46 commit 236ba67Copy full SHA for 236ba67
Plugins/Flow.Launcher.Plugin.Shell/Main.cs
@@ -338,7 +338,7 @@ private static Process StartProcess(ProcessStartInfo info)
338
return null;
339
}
340
341
- private static void Execute(Func<ProcessStartInfo, Process> startProcess, ProcessStartInfo info)
+ private void Execute(Func<ProcessStartInfo, Process> startProcess, ProcessStartInfo info)
342
{
343
try
344
0 commit comments