style: formatter pass on bridge + web views

This commit is contained in:
Raphael Westphal
2026-08-18 18:05:12 +02:00
parent 60460aebd7
commit 42fcaa1fe3
4 changed files with 443 additions and 347 deletions
+3 -1
View File
@@ -22,7 +22,9 @@ async function runRepoSetup() {
stdio: ["ignore", "inherit", "inherit"],
});
const timer = setTimeout(() => {
console.error(`[lvmh-bridge] setup timed out after ${SETUP_TIMEOUT_MS}ms, killing`);
console.error(
`[lvmh-bridge] setup timed out after ${SETUP_TIMEOUT_MS}ms, killing`,
);
child.kill("SIGKILL");
resolve(124);
}, SETUP_TIMEOUT_MS);