mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Fix noise in headless mode on STDOUT (#1184)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user