tribuchet: building on jamie treefmt v2.5.0traversed 207 files emitted 186 files for processing formatted 186 files (1 changed) in 2.753s M browser-cli/extension/content.js diff --git a/browser-cli/extension/content.js b/browser-cli/extension/content.js index f7d4b60..7babbaa 100644 --- a/browser-cli/extension/content.js +++ b/browser-cli/extension/content.js @@ -2447,7 +2447,9 @@ if (!window.__browserCliInjected) { upload, // Agents guess go() exists; error must point at the real mechanism. go() { - throw new Error("go() is not a JS API. Navigate with: browser-cli --go URL"); + throw new Error( + "go() is not a JS API. Navigate with: browser-cli --go URL", + ); }, }; const execApiNames = Object.keys(execApi);