perf(status): batch text report output (#128168)

Amp-Thread-ID: https://ampcode.com/threads/T-01a021f5-984a-7628-a30c-491c166ff247

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Peter Steinberger
2026-08-23 02:36:08 -07:00
committed by GitHub
parent b9b6ca46c3
commit a0bf9cf693
+1 -3
View File
@@ -381,7 +381,5 @@ export async function statusCommand(
updateRestartValue,
}),
);
for (const line of lines) {
runtime.log(line);
}
runtime.log(lines.join("\n"));
}