mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-10 00:44:10 +08:00
配置组增加ShellTask配置的UI (#1308)
* Shell抽象成为一个Task,并抽出Config * 代码格式化 * 格式化代码 * 配置组增加ShellTask配置的UI
This commit is contained in:
@@ -62,8 +62,8 @@ public class ShellTask(ShellTaskParam param) : ISoloTask
|
||||
if (timeoutSignal is { IsCancellationRequested: true })
|
||||
{
|
||||
TaskControl.Logger.LogError("shell {Shell} 执行超时", param.Command);
|
||||
return;
|
||||
}
|
||||
|
||||
TaskControl.Logger.LogError("shell {Shell} 被取消", param.Command);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user