UNPKG

yu-gstatic

Version:

Cli for Yu Static Site Hosting Service - GStatic

5 lines (4 loc) 115 B
import * as chalk from "chalk"; export function errLogger(err: Error) { console.log(chalk.red(err.message)); }