Tweak
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
parent
0391758eb9
commit
a02477d43c
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export class Chalk {
|
||||||
}
|
}
|
||||||
|
|
||||||
const chalkFactory = options => {
|
const chalkFactory = options => {
|
||||||
const chalk = (...arguments_) => arguments_.join(' ');
|
const chalk = (...strings) => strings.join(' ');
|
||||||
applyOptions(chalk, options);
|
applyOptions(chalk, options);
|
||||||
|
|
||||||
Object.setPrototypeOf(chalk, createChalk.prototype);
|
Object.setPrototypeOf(chalk, createChalk.prototype);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue