Skip to content

Commit 2fb4cef

Browse files
authoredJun 20, 2023
fix: util import (#3621)
1 parent 45ca138 commit 2fb4cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/utils/src/display.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// eslint-disable-next-line unicorn/prefer-node-protocol
2-
import util from 'util'
2+
import * as util from 'util'
33

44
// @ts-expect-error doesn't have types
55
import loupeImport from 'loupe'

0 commit comments

Comments
 (0)
Please sign in to comment.