mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 07:32:44 +00:00
chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
@@ -94,17 +94,12 @@ export async function ensureControlUiAssetsBuilt(
|
||||
};
|
||||
}
|
||||
|
||||
runtime.log(
|
||||
"Control UI assets missing; building (ui:build, auto-installs UI deps)…",
|
||||
);
|
||||
runtime.log("Control UI assets missing; building (ui:build, auto-installs UI deps)…");
|
||||
|
||||
const build = await runCommandWithTimeout(
|
||||
[process.execPath, uiScript, "build"],
|
||||
{
|
||||
cwd: repoRoot,
|
||||
timeoutMs: opts?.timeoutMs ?? 10 * 60_000,
|
||||
},
|
||||
);
|
||||
const build = await runCommandWithTimeout([process.execPath, uiScript, "build"], {
|
||||
cwd: repoRoot,
|
||||
timeoutMs: opts?.timeoutMs ?? 10 * 60_000,
|
||||
});
|
||||
if (build.code !== 0) {
|
||||
return {
|
||||
ok: false,
|
||||
|
||||
Reference in New Issue
Block a user