Fix noise in headless mode on STDOUT (#1184)

This commit is contained in:
Allen Hutchison
2025-06-18 11:40:15 -07:00
committed by GitHub
parent 589a7b59c6
commit fbc79c34c9
4 changed files with 9 additions and 2 deletions

View File

@@ -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 = [