mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
Merge pull request #950 from danielyxie/dev
hotfix ls printing a bunch of newlines
This commit is contained in:
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
2
dist/vendor.bundle.js
vendored
2
dist/vendor.bundle.js
vendored
File diff suppressed because one or more lines are too long
@@ -1770,20 +1770,18 @@ let Terminal = {
|
|||||||
}
|
}
|
||||||
postContent(row, config);
|
postContent(row, config);
|
||||||
}
|
}
|
||||||
|
if(segments.length > 0) {
|
||||||
|
postElement(<br />);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const config = { color: "#0000FF" };
|
const config = { color: "#0000FF" };
|
||||||
postSegments(folders, config);
|
postSegments(folders, config);
|
||||||
postElement(<br />);
|
|
||||||
postSegments(allMessages);
|
postSegments(allMessages);
|
||||||
postElement(<br />);
|
|
||||||
postSegments(allTextFiles);
|
postSegments(allTextFiles);
|
||||||
postElement(<br />);
|
|
||||||
postSegments(allPrograms);
|
postSegments(allPrograms);
|
||||||
postElement(<br />);
|
|
||||||
postSegments(allContracts);
|
postSegments(allContracts);
|
||||||
postElement(<br />);
|
|
||||||
postSegments(allScripts);
|
postSegments(allScripts);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user