treefmt-check
aarch64-linux.treefmt
· build #26
· raw
1tribuchet: building on eliza2treefmt v2.5.0traversed 207 files3emitted 186 files for processing4formatted 186 files (1 changed) in 3.627s5 M browser-cli/extension/content.js6diff --git a/browser-cli/extension/content.js b/browser-cli/extension/content.js7index f7d4b60..7babbaa 1006448--- a/browser-cli/extension/content.js9+++ b/browser-cli/extension/content.js10@@ -2447,7 +2447,9 @@ if (!window.__browserCliInjected) {11 upload,12 // Agents guess go() exists; error must point at the real mechanism.13 go() {14- throw new Error("go() is not a JS API. Navigate with: browser-cli --go URL");15+ throw new Error(16+ "go() is not a JS API. Navigate with: browser-cli --go URL",17+ );18 },19 };20 const execApiNames = Object.keys(execApi);