Skip to content

Commit

Permalink
fix(cloudflare): import notImplemented using a relative path (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb authored Dec 2, 2024
1 parent af92110 commit be8b735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/node/module/$cloudflare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import {
syncBuiltinESMExports,
wrap,
} from "./index";
import { notImplemented } from "src/runtime/_internal/utils";
import { notImplemented } from "../../_internal/utils";

const workerdModule = process.getBuiltinModule("node:module");

Expand Down

0 comments on commit be8b735

Please sign in to comment.