mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
Fix noise in headless mode on STDOUT (#1184)
This commit is contained in:
parent
589a7b59c6
commit
fbc79c34c9
4 changed files with 9 additions and 2 deletions
|
|
@ -203,6 +203,7 @@ export async function start_sandbox(config: SandboxConfig) {
|
|||
);
|
||||
process.exit(1);
|
||||
}
|
||||
// Log on STDERR so it doesn't clutter the output on STDOUT
|
||||
console.error(`using macos seatbelt (profile: ${profile}) ...`);
|
||||
// if DEBUG is set, convert to --inspect-brk in NODE_OPTIONS
|
||||
const args = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue