Skip to content

Commit d71d3a5

Browse files
committed
Fix build issue
1 parent e931f3a commit d71d3a5

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,7 @@ public static void StartProcess(Func<ProcessStartInfo, Process> runProcess, Proc
446446
var title = Context.API.GetTranslation("flowlauncher_plugin_program_disable_dlgtitle_error");
447447
var message = string.Format(Context.API.GetTranslation("flowlauncher_plugin_program_run_failed"),
448448
info.FileName);
449-
@@ Plugins/Flow.Launcher.Plugin.Program/Main.cs:449
450-
- Context.API.ShowMsgError(title, string.Format(message, info.FileName));
451-
+ Context.API.ShowMsgError(title, message);
449+
Context.API.ShowMsgError(title, message);
452450
}
453451
}
454452

0 commit comments

Comments
 (0)