fix: update the instance servers field

This commit is contained in:
jialin
2025-07-22 19:26:08 +08:00
parent 9895231696
commit 3c7dc5a49e
3 changed files with 24 additions and 33 deletions
+4 -1
View File
@@ -196,7 +196,10 @@ class AnsiParser {
// const data = lines.join('\n');
this.rawDataRows += lines.length;
this.lines.push(...lines);
lines.forEach((line) => {
this.lines.push(line);
});
return {
data: this.lines,
lines: this.rawDataRows,