Skip to content

Commit

Permalink
fix(debug): CommonJS import (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Jul 7, 2024
1 parent ed3d495 commit 28b4a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/logger.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { debug } from "debug";
import debug from "debug";

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

Expand Down

0 comments on commit 28b4a31

Please sign in to comment.