Merge pull request #952 from danielyxie/dev

hotfix ls not listing all files lol
This commit is contained in:
hydroflame 2021-05-08 22:39:52 -04:00 committed by GitHub
commit 2adcf79264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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); row += " ".repeat((maxLength * (col+1)) - row.length);
i++ i++
} }
i--;
postContent(row, config); postContent(row, config);
} }
if(segments.length > 0) { if(segments.length > 0) {