Skip to content

Commit 94b553b

Browse files
authored
Update src/integrations/claude-code/run.ts
1 parent c32f71c commit 94b553b

File tree

1 file changed

+1
-1
lines changed
  • src/integrations/claude-code

1 file changed

+1
-1
lines changed

src/integrations/claude-code/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function runClaudeCode({
1515
}) {
1616
const claudePath = path || "claude"
1717

18-
// TODO: Is it worh using sessions? Where do we store the session ID?
18+
// TODO: Is it worth using sessions? Where do we store the session ID?
1919
const args = [
2020
"-p",
2121
JSON.stringify(messages),

0 commit comments

Comments
 (0)