UNPKG

now-flow

Version:

Add deployment workflows to Zeit now

6 lines (3 loc) 109 B
const { red } = require('chalk') const error = msg => `${red('> Aborted!')} ${msg}` module.exports = error