Update _flow.js
This commit is contained in:
parent
02f0a9d8e9
commit
0778c57ba6
1 changed files with 3 additions and 0 deletions
|
|
@ -89,3 +89,6 @@ chalk.black;
|
|||
// $ExpectError (Can't write to readonly property)
|
||||
chalk.reset = 'foo';
|
||||
console.log(chalk.reset);
|
||||
|
||||
// `chalk/stderr` works
|
||||
chalkStderr.blue('foo');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue