mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-15 15:38:54 +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) {
|
if (files.error) {
|
||||||
stdout.write("ls: cannot access " + folder + ": " + files.error + "\n");
|
stdout.write("ls: cannot access " + folder + ": " + files.error + "\n");
|
||||||
this.exit(2);
|
this.exit(2);
|
||||||
return; // ugly, change this
|
|
||||||
}
|
}
|
||||||
for (var i = 0; i < files.length; i++) {
|
for (var i = 0; i < files.length; i++) {
|
||||||
if (files[i].substring(0, 1) != ".")
|
if (files[i].substring(0, 1) != ".")
|
||||||
|
|
Loading…
Reference in a new issue