in src/logger.ts [10:12]
public error(errorMessage: string, ...args) { console.error(chalk.red(errorMessage), args.length ? args : ''); }