From 732972be2b823f3e30c380e51e23e6db9b22c86b Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 9 Jan 2026 08:32:15 +0100 Subject: [PATCH] style: format control ui assets log --- src/infra/control-ui-assets.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/infra/control-ui-assets.ts b/src/infra/control-ui-assets.ts index 9c46d5a9d..61c343caf 100644 --- a/src/infra/control-ui-assets.ts +++ b/src/infra/control-ui-assets.ts @@ -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"],