소스 검색

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();