in src/logger.ts [18:20]
public warn(warnMessage: string, ...args) { console.warn(chalk.yellow(warnMessage), args.length ? args : ''); }