mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix: overlapped pod logs (#5029)
This commit is contained in:
parent
65b18c4e79
commit
814204b57f
@ -120,7 +120,7 @@ export class LogStore {
|
||||
previous: showPrevious,
|
||||
});
|
||||
|
||||
return result.trimEnd().split("\n");
|
||||
return result.trimEnd().replace(/\r/g, "\n").split("\n");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user