瀏覽代碼

ignoring error messages on windows is TIGHT

Simon Van Mierlo 6 年之前
父節點
當前提交
30b204037e
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      ___fs++.js

+ 1 - 4
___fs++.js

@@ -73,10 +73,7 @@ exports.findfiles =
                                             if (_fs.lstatSync(path).isDirectory()) {
                                                 newpath = newpath + '/';
                                             }
-                                        } catch (e) {
-                                            console.log("Error!");
-                                            console.log(e);
-										}
+                                        } catch (e) {}
                                         return newpath;
 									});
 							paths.pop();