fix: unblock launchctl stub on windows

This commit is contained in:
Peter Steinberger
2026-01-15 03:58:26 +00:00
parent 574b6ab5b1
commit 1732932c57
4 changed files with 5 additions and 10 deletions

View File

@@ -62,8 +62,7 @@ export function registerBrowserInspectCommands(
const baseUrl = resolveBrowserControlUrl(parent?.url);
const profile = parent?.browserProfile;
const format = opts.format === "aria" ? "aria" : "ai";
const mode =
opts.efficient === true || opts.mode === "efficient" ? "efficient" : undefined;
const mode = opts.efficient === true || opts.mode === "efficient" ? "efficient" : undefined;
try {
const result = await browserSnapshot(baseUrl, {
format,