Skip to content

Commit 236ba67

Browse files
committed
Fix build issue
1 parent 35faa46 commit 236ba67

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Shell

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Shell/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ private static Process StartProcess(ProcessStartInfo info)
338338
return null;
339339
}
340340

341-
private static void Execute(Func<ProcessStartInfo, Process> startProcess, ProcessStartInfo info)
341+
private void Execute(Func<ProcessStartInfo, Process> startProcess, ProcessStartInfo info)
342342
{
343343
try
344344
{

0 commit comments

Comments
 (0)