How to use the pass function from npmlog
Find comprehensive JavaScript npmlog.pass code examples handpicked from public code repositorys.
GitHub: wvbe/node-schematron
79 80 81 82 83 84 85 86 87
return; } // Without validation results this file passed if (!file.$value.length) { npmlog.pass(null, file.$fileNameBase); ++stats.filesWithoutResults; return; }
2
9
4
+ 3 other calls in file
npmlog.verbose is the most popular function in npmlog (7425 examples)