Skip to content

Commit

Permalink
fix: node import in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Nov 12, 2023
1 parent 2107256 commit c4ad480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/logger/browser.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { lineEndings } from "unwritten:platform/os/node";
import { lineEndings } from "unwritten:platform/os/browser";


export module logger {
Expand Down

0 comments on commit c4ad480

Please sign in to comment.