Skip to content

Commit 30b2040

Browse files
author
Simon Van Mierlo
committed
ignoring error messages on windows is TIGHT
1 parent 5994199 commit 30b2040

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

___fs++.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ exports.findfiles =
7373
if (_fs.lstatSync(path).isDirectory()) {
7474
newpath = newpath + '/';
7575
}
76-
} catch (e) {
77-
console.log("Error!");
78-
console.log(e);
79-
}
76+
} catch (e) {}
8077
return newpath;
8178
});
8279
paths.pop();

0 commit comments

Comments
 (0)