failed attributes
| status |
attribute |
duration |
| failed |
aarch64-darwin.treefmt
|
17s |
treefmt-check:
go() {
- throw new Error("go() is not a JS API. Navigate with: browser-cli --go URL");
+ throw new Error(
+ "go() is not a …
treefmt-check:
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);
|
| failed |
aarch64-linux.treefmt
|
4s |
treefmt-check:
go() {
- throw new Error("go() is not a JS API. Navigate with: browser-cli --go URL");
+ throw new Error(
+ "go() is not a …
treefmt-check:
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);
|
| failed |
x86_64-linux.treefmt
|
4s |
treefmt-check:
go() {
- throw new Error("go() is not a JS API. Navigate with: browser-cli --go URL");
+ throw new Error(
+ "go() is not a …
treefmt-check:
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);
|