How to use the report function from npmlog
Find comprehensive JavaScript npmlog.report code examples handpicked from public code repositorys.
GitHub: wvbe/node-schematron
104 105 106 107 108 109 110 111 112 113
} else { filesWithAsserts[file.$fileName] = (filesWithAsserts[file.$fileName] || 0) + 1; ++stats.totalAsserts; } result.isReport ? npmlog.report( formatPrefix(ASCII_CHECKMARK, ASCII_COLOR_BLUE, result.assertId), result.message.replace(/\s\s+/g, ' ').trim() ) : npmlog.assert(
2
9
4
npmlog.verbose is the most popular function in npmlog (7425 examples)