File manager - Edit - /usr/local/lib/node_modules/ghost-cli/node_modules/replace-in-file/lib/helpers/success-handler.js
Back
'use strict'; /** * Dependencies */ const chalk = require('chalk'); /** * Success handler */ module.exports = function successHandler(results, verbose) { const changed = results.filter(result => result.hasChanged); const numChanges = changed.length; if (numChanges > 0) { console.log(chalk.green(`${numChanges} file(s) were changed`)); if (verbose) { changed.forEach(result => console.log(chalk.grey('-', result.file))); } } else { console.log(chalk.yellow('No files were changed')); } };
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings