This commit is contained in:
Ashwin Bhat
2025-08-18 16:01:27 -07:00
parent 8f0a7fe9d3
commit 5491027cea

View File

@@ -169,6 +169,7 @@ export async function runClaude(promptPath: string, options: ClaudeOptions) {
...config.env,
},
});
console.log("yolo", process.env);
// Handle Claude process errors
claudeProcess.on("error", (error) => {