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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 = [