Status: color provider lines

This commit is contained in:
Peter Steinberger
2025-12-09 16:31:38 +00:00
parent dc8f9e043d
commit 796f630a7c
2 changed files with 10 additions and 7 deletions

View File

@@ -211,7 +211,7 @@ export async function statusCommand(
}
runtime.log(info("System:"));
for (const line of summary.providerSummary) {
runtime.log(info(` ${line}`));
runtime.log(` ${line}`);
}
if (health) {
const waLine = health.web.connect