mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 22:05:50 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -62,7 +62,12 @@ export function registerLocalWorkflowTask(
|
||||
): string {
|
||||
const id = generateTaskId('local_workflow')
|
||||
const task: LocalWorkflowTaskState = {
|
||||
...createTaskStateBase(id, 'local_workflow', opts.description, opts.toolUseId),
|
||||
...createTaskStateBase(
|
||||
id,
|
||||
'local_workflow',
|
||||
opts.description,
|
||||
opts.toolUseId,
|
||||
),
|
||||
type: 'local_workflow',
|
||||
status: 'running',
|
||||
workflowName: opts.workflowName,
|
||||
|
||||
Reference in New Issue
Block a user