mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 14:42:28 +01:00
Merge pull request #950 from danielyxie/dev
hotfix ls printing a bunch of newlines
This commit is contained in:
commit
fccf2b5cb4
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);
|
||||
}
|
||||
if(segments.length > 0) {
|
||||
postElement(<br />);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
const config = { color: "#0000FF" };
|
||||
postSegments(folders, config);
|
||||
postElement(<br />);
|
||||
postSegments(allMessages);
|
||||
postElement(<br />);
|
||||
postSegments(allTextFiles);
|
||||
postElement(<br />);
|
||||
postSegments(allPrograms);
|
||||
postElement(<br />);
|
||||
postSegments(allContracts);
|
||||
postElement(<br />);
|
||||
postSegments(allScripts);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user