refix page.contextCreated

This commit is contained in:
sjorsdonkers
2025-04-22 14:11:58 +02:00
committed by Sjors
parent 39124d2878
commit 9534e765e5

View File

@@ -309,7 +309,7 @@ pub const Session = struct {
fn contextCreated(self: *Session, page: *Page) void {
log.debug("inspector context created", .{});
self.inspector.contextCreated(self.executor, "", (page.origin() catch "://") orelse "://", aux_data, true);
self.inspector.contextCreated(self.executor, "", (page.origin() catch "://") orelse "://", self.aux_data, true);
}
fn notify(self: *const Session, notification: *const Notification) void {