style: format control ui assets log
parent
721183e259
commit
732972be2b
|
|
@ -94,7 +94,9 @@ 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"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue