File manager - Edit - /home/jardides/www/Cloud/apps/logreader/webpack/utils/notifyStats.js
Back
function notifyError(error) { // BELLs when something goes wrong! console.log("\x07" + error); } function notifyWarning(warning) { console.log(warning); } module.exports = function notifyStats(stats) { var json = stats.toJson(); if (json.errors.length > 0) { json.errors.forEach(notifyError); } else if (json.warnings.length > 0) { json.warnings.forEach(notifyWarning); } else { console.log(stats.toString({ chunks: false, colors: true })); } };
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings