UNPKG

@wmfs/tymly-cli-rest-client

Version:

CLI tool to launch Tymly State Machines over REST

8 lines (6 loc) 176 B
const chalk = require('chalk') module.exports = function error (msg) { console.log(chalk.bold.underline.red('ERROR')) console.log(chalk.bold.red(msg)) process.exit(1) }