Skip to content

Commit

Permalink
Fix #3820
Browse files Browse the repository at this point in the history
  • Loading branch information
paperclover committed Aug 9, 2023
1 parent 4544070 commit 3378cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bun.js/module_loader.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2396,6 +2396,7 @@ pub const HardcodedModule = enum {
.{ "node:child_process", .{ .path = "node:child_process" } },
.{ "node:constants", .{ .path = "node:constants" } },
.{ "node:console", .{ .path = "node:console" } },
.{ "console", .{ .path = "node:console" } },
.{ "node:querystring", .{ .path = "node:querystring" } },
.{ "querystring", .{ .path = "node:querystring" } },
.{ "node:domain", .{ .path = "node:domain" } },
Expand Down

0 comments on commit 3378cb2

Please sign in to comment.