Skip to content

Commit

Permalink
Fix chalk import
Browse files Browse the repository at this point in the history
  • Loading branch information
frenic committed Mar 3, 2022
1 parent 5a2b0e7 commit 4a410d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/logger.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import chalk from 'chalk';
import * as chalk from 'chalk';

export const error: typeof console.error = (message: any, ...params: any[]) => {
// Complete the build process but exit with failure when done
Expand Down

0 comments on commit 4a410d4

Please sign in to comment.