Skip to content

Commit 55746f1

Browse files
committed
log the normalized specifier now that we've extended its lifetime to the page.arena
1 parent 7bb8581 commit 55746f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/js/Context.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ fn _resolveModuleCallback(self: *Context, referrer: v8.Module, specifier: []cons
12071207

12081208
const entry = self.module(true, fetch_result.src(), normalized_specifier, true) catch |err| {
12091209
log.warn(.js, "compile resolved module", .{
1210-
.specifier = specifier,
1210+
.specifier = normalized_specifier,
12111211
.stack = try_catch.stack(self.call_arena) catch null,
12121212
.src = try_catch.sourceLine(self.call_arena) catch "err",
12131213
.line = try_catch.sourceLineNumber() orelse 0,

0 commit comments

Comments
 (0)