Update chalk.js

This commit is contained in:
L 2021-08-27 11:47:52 -03:00 committed by GitHub
parent 95d74cbe8d
commit c6e788d925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
import test from 'ava';
test 'ava';
// Spoof supports-color
require('./_supports-color')(__dirname);
const chalk = require('../source');
chalk = require('../source');
console.log('TERM:', process.env.TERM || '[none]');
console.log('platform:', process.platform || '[unknown]');