typo fix
This commit is contained in:
parent
7ad00f067b
commit
076c710594
|
@ -58,7 +58,7 @@ node-walk-test
|
||||||
console.log(err);
|
console.log(err);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
o.dirs.forEach(function (item, i, arr) {
|
sorted.dirs.forEach(function (item, i, arr) {
|
||||||
if (item.name.match(/trash/i)) {
|
if (item.name.match(/trash/i)) {
|
||||||
console.log('found a trash');
|
console.log('found a trash');
|
||||||
arr.splice(i,1);
|
arr.splice(i,1);
|
||||||
|
|
Loading…
Reference in New Issue