style(stderr): use chalkStderr instead of cherr
This commit is contained in:
parent
5fd274a799
commit
f29eaaec43
4 changed files with 23 additions and 23 deletions
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
const chalk = require('..');
|
||||
const cherr = require('../stderr');
|
||||
const chalkStderr = require('../stderr');
|
||||
|
||||
console.log(chalk.hex('#ff6159')('test'));
|
||||
console.error(cherr.hex('#ffe861')('test stderr'));
|
||||
console.error(chalkStderr.hex('#ffe861')('test stderr'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue