From fbc79c34c9eb05dcefa4618a6863360ec2b46277 Mon Sep 17 00:00:00 2001 From: Allen Hutchison Date: Wed, 18 Jun 2025 11:40:15 -0700 Subject: Fix noise in headless mode on STDOUT (#1184) --- packages/cli/src/utils/sandbox.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/cli/src/utils') diff --git a/packages/cli/src/utils/sandbox.ts b/packages/cli/src/utils/sandbox.ts index 9e9ab1a7..48386357 100644 --- a/packages/cli/src/utils/sandbox.ts +++ b/packages/cli/src/utils/sandbox.ts @@ -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 = [ -- cgit v1.2.3