mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-13 06:16:33 +00:00
Fixed the daemon log.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
4949df7395
commit
a96ed31a45
@ -109,7 +109,7 @@ export namespace DaemonLog {
|
||||
|
||||
export function toPrettyString(logMessages: string): string {
|
||||
const parsed = parse(logMessages);
|
||||
return parsed.map(toMessage).join('\n');
|
||||
return parsed.map(toMessage).join('\n') + '\n';
|
||||
}
|
||||
|
||||
function toMessage(log: DaemonLog): string {
|
||||
|
Loading…
x
Reference in New Issue
Block a user