Skip to content

Commit 2fb4cef

Browse files
authored
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

Lines changed: 1 addition & 1 deletion
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)