UNPKG

st-create-app

Version:
11 lines 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var chalk = require('chalk'); exports.logErrors = function (results) { if (typeof results !== 'undefined') { results.forEach(function (error) { console.error(chalk.red(" [!] " + error)); }); } }; //# sourceMappingURL=logErrors.js.map