Demonstrate crash when using Truecolor methods and color is unsupported (#174)
This commit is contained in:
parent
23092eefd2
commit
5cdd9eddf8
3 changed files with 13 additions and 0 deletions
4
fixture.js
Normal file
4
fixture.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
'use strict';
|
||||
const chalk = require('.');
|
||||
|
||||
console.log(chalk.hex('#ff6159')('test'));
|
||||
Loading…
Add table
Add a link
Reference in a new issue