This commit is contained in:
Alex Newman
2025-10-25 14:38:06 -04:00
parent 9d32629f9d
commit d8d4d2464f
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -353,8 +353,8 @@ class WorkerService {
options: { options: {
model: MODEL, model: MODEL,
disallowedTools: DISALLOWED_TOOLS, disallowedTools: DISALLOWED_TOOLS,
abortController: session.abortController abortController: session.abortController,
// pathToClaudeCodeExecutable: claudePath pathToClaudeCodeExecutable: ''
} }
}); });