mirror of
				https://github.com/lightpanda-io/browser.git
				synced 2025-10-29 23:23:28 +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| { | ||||
|         log.warn(.js, "compile resolved module", .{ | ||||
|             .specifier = specifier, | ||||
|             .specifier = normalized_specifier, | ||||
|             .stack = try_catch.stack(self.call_arena) catch null, | ||||
|             .src = try_catch.sourceLine(self.call_arena) catch "err", | ||||
|             .line = try_catch.sourceLineNumber() orelse 0, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Karl Seguin
					Karl Seguin