mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
tmp
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user