Update _flow.js

This commit is contained in:
Sindre Sorhus 2018-12-28 12:19:37 +01:00 committed by GitHub
parent 02f0a9d8e9
commit 0778c57ba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');