Skip to content

Commit 28b4a31

Browse files
authored
fix(debug): CommonJS import (#33)
1 parent ed3d495 commit 28b4a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { debug } from "debug";
1+
import debug from "debug";
22

33
import { name } from "../../package.json";
44

0 commit comments

Comments
 (0)