Skip to content

Commit f1eb716

Browse files
committed
fix: use default export for debug module
1 parent 6325aa6 commit f1eb716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/log.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 type { VRChat } from "./client";
44
import { requestIdSymbol } from "./client";

0 commit comments

Comments
 (0)