hotfix ls not listing all files lol

This commit is contained in:
Olivier Gagnon 2021-05-08 22:38:48 -04:00
parent f6af61d15b
commit 2bd4892fa8
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

@ -1768,6 +1768,7 @@ let Terminal = {
row += " ".repeat((maxLength * (col+1)) - row.length);
i++
}
i--;
postContent(row, config);
}
if(segments.length > 0) {