Skip to content

Commit 7c9f873

Browse files
committed
fix(misc): use namespace import for chalk v4 compatibility
1 parent 9a743d3 commit 7c9f873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-nx-workspace/src/utils/nx/ab-testing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from 'node:fs';
99
import { join } from 'node:path';
1010
import { tmpdir } from 'node:os';
11-
import chalk from 'chalk';
11+
import * as chalk from 'chalk';
1212
import { isCI } from '../ci/is-ci';
1313
import type { BannerVariant, CompletionMessageKey } from './messages';
1414

0 commit comments

Comments
 (0)