mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 22:52:29 +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);
|
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);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user