mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Merge pull request #952 from danielyxie/dev
hotfix ls not listing all files lol
This commit is contained in:
commit
2adcf79264
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -1768,6 +1768,7 @@ let Terminal = {
|
|||||||
row += " ".repeat((maxLength * (col+1)) - row.length);
|
row += " ".repeat((maxLength * (col+1)) - row.length);
|
||||||
i++
|
i++
|
||||||
}
|
}
|
||||||
|
i--;
|
||||||
postContent(row, config);
|
postContent(row, config);
|
||||||
}
|
}
|
||||||
if(segments.length > 0) {
|
if(segments.length > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user