fix: flush CLI stdio before forced exit
This commit is contained in:
parent
9ff7fe00fb
commit
ac1e1125f8
@ -15,7 +15,7 @@ export { resolveCallTimeout } from './cli/timeouts.js';
|
||||
|
||||
const FORCE_EXIT_GRACE_MS = 50;
|
||||
const FORCE_EXIT_STDIO_FLUSH_TIMEOUT_MS = 500;
|
||||
const FORCE_EXIT_STDIO_SETTLE_MS = 25;
|
||||
const FORCE_EXIT_STDIO_SETTLE_MS = 0;
|
||||
const DAEMON_FAST_PATH_SERVERS = new Set(['chrome-devtools', 'mobile-mcp', 'playwright']);
|
||||
|
||||
export async function handleAuth(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user