Skip to content

Commit

Permalink
fix(misc): use explicit require for "chalk"
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Apr 24, 2024
1 parent 0f291df commit 398ab13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/utils/logger.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as chalk from 'chalk';
import chalk = require('chalk');

export const NX_PREFIX = chalk.inverse(chalk.bold(chalk.cyan(' NX ')));

Expand Down

0 comments on commit 398ab13

Please sign in to comment.