demo crash when color is unsupported

This commit is contained in:
Vadim Demedes 2017-07-16 19:14:16 +03:00
parent 23092eefd2
commit 1bb37f8da8
3 changed files with 13 additions and 0 deletions

4
fixture.js Normal file
View file

@ -0,0 +1,4 @@
'use strict';
const chalk = require('.');
console.log(chalk.hex('#ff6159')('test'));