Browse Source

Fix merge.

bentleyjoakes 4 years ago
parent
commit
d6295b5a98
2 changed files with 5 additions and 5 deletions
  1. 3 3
      README.md
  2. 2 2
      ___fs++.js

File diff suppressed because it is too large
+ 3 - 3
README.md


+ 2 - 2
___fs++.js

@@ -81,8 +81,8 @@ exports.findfiles =
 												newpath = newpath + '/';
 											}
 										} catch (e) {
-											console.log("Error!");
-											console.log(e);
+											//console.log("Error!");
+											//console.log(e);
 										}
 										return newpath;
 									});