setup
x86_64-linux.treefmt
· build #26
· raw
1this derivation will be built:2 /nix/store/x9vg6hc62w7mjxn1zzgr5iaml7wcfb92-treefmt-check.drv3error: Cannot build '/nix/store/x9vg6hc62w7mjxn1zzgr5iaml7wcfb92-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/lmvlw73gyyfbx9sb4p0dys2r112baq58-treefmt-check7 Last 20 log lines:8 > tribuchet: building on jamie9 > treefmt v2.5.0traversed 207 files10 > emitted 186 files for processing11 > formatted 186 files (1 changed) in 2.753s12 > M browser-cli/extension/content.js13 > diff --git a/browser-cli/extension/content.js b/browser-cli/extension/content.js14 > index f7d4b60..7babbaa 10064415 > --- a/browser-cli/extension/content.js16 > +++ b/browser-cli/extension/content.js17 > @@ -2447,7 +2447,9 @@ if (!window.__browserCliInjected) {18 > upload,19 > // Agents guess go() exists; error must point at the real mechanism.20 > go() {21 > - throw new Error("go() is not a JS API. Navigate with: browser-cli --go URL");22 > + throw new Error(23 > + "go() is not a JS API. Navigate with: browser-cli --go URL",24 > + );25 > },26 > };27 > const execApiNames = Object.keys(execApi);28 For full logs, run:29 nix log /nix/store/x9vg6hc62w7mjxn1zzgr5iaml7wcfb92-treefmt-check.drv