mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 11:55:47 -06:00
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:
committed by
GitHub
parent
b9b6ca46c3
commit
a0bf9cf693
@@ -381,7 +381,5 @@ export async function statusCommand(
|
||||
updateRestartValue,
|
||||
}),
|
||||
);
|
||||
for (const line of lines) {
|
||||
runtime.log(line);
|
||||
}
|
||||
runtime.log(lines.join("\n"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user