Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbadmin committed Jul 27, 2022
1 parent 3227df2 commit e5eaf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ST.Client.CommandLine/CommandLineHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ void MainHandlerByCLT_(Action? onInitStartuped, Func<string>? sendMessage = null
// -clt shutdown
var shutdown = new Command(key_shutdown, "安全结束正在运行的程序")
{
Handler = CommandHandler.Create((bool on, bool off) =>
Handler = CommandHandler.Create(() =>
{
InitAppInstance(() => key_shutdown);
}),
Expand Down

0 comments on commit e5eaf17

Please sign in to comment.