配置组增加ShellTask配置的UI (#1308)

* Shell抽象成为一个Task,并抽出Config

* 代码格式化

* 格式化代码

* 配置组增加ShellTask配置的UI
This commit is contained in:
Takaranoao
2025-03-15 20:35:53 +08:00
committed by GitHub
parent 981068b38c
commit 315318e2fe
5 changed files with 255 additions and 114 deletions

View File

@@ -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;
}