mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
log the normalized specifier now that we've extended its lifetime to the page.arena
This commit is contained in:
@@ -1207,7 +1207,7 @@ fn _resolveModuleCallback(self: *Context, referrer: v8.Module, specifier: []cons
|
|||||||
|
|
||||||
const entry = self.module(true, fetch_result.src(), normalized_specifier, true) catch |err| {
|
const entry = self.module(true, fetch_result.src(), normalized_specifier, true) catch |err| {
|
||||||
log.warn(.js, "compile resolved module", .{
|
log.warn(.js, "compile resolved module", .{
|
||||||
.specifier = specifier,
|
.specifier = normalized_specifier,
|
||||||
.stack = try_catch.stack(self.call_arena) catch null,
|
.stack = try_catch.stack(self.call_arena) catch null,
|
||||||
.src = try_catch.sourceLine(self.call_arena) catch "err",
|
.src = try_catch.sourceLine(self.call_arena) catch "err",
|
||||||
.line = try_catch.sourceLineNumber() orelse 0,
|
.line = try_catch.sourceLineNumber() orelse 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user