mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 19:00:38 +09:00
Treat Codex bootstrap logs as stdout
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
04ceb1f619
commit
bb788d8360
4 changed files with 35 additions and 10 deletions
|
|
@ -94,7 +94,7 @@ export async function prepareWorktreeCodexHome(
|
|||
}
|
||||
|
||||
await onLog(
|
||||
"stderr",
|
||||
"stdout",
|
||||
`[paperclip] Using worktree-isolated Codex home "${targetHome}" (seeded from "${sourceHome}").\n`,
|
||||
);
|
||||
return targetHome;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue