We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c970274 commit 97cfb96Copy full SHA for 97cfb96
src/integrations/claude-code/run.ts
@@ -260,7 +260,7 @@ function attemptParseChunk(data: string): ClaudeCodeMessage | null {
260
* Creates a user-friendly error message for Claude Code ENOENT errors
261
*/
262
function createClaudeCodeNotFoundError(claudePath: string, originalError: Error): Error {
263
- const errorMessage = t("errors.claudeCode.notFound", {
+ const errorMessage = t("common:errors.claudeCode.notFound", {
264
claudePath,
265
installationUrl: CLAUDE_CODE_INSTALLATION_URL,
266
originalError: originalError.message,
0 commit comments