mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-15 07:28:56 +00:00
fix fix
This commit is contained in:
parent
d75ba36743
commit
17625bd293
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ LsClass.prototype.main = function(args) {
|
|||
if (files.error) {
|
||||
stdout.write("ls: cannot access " + folder + ": " + files.error + "\n");
|
||||
this.exit(2);
|
||||
return; // ugly, change this
|
||||
}
|
||||
for (var i = 0; i < files.length; i++) {
|
||||
if (files[i].substring(0, 1) != ".")
|
||||
|
|
Loading…
Reference in a new issue