cdp: fix double createTarget response

This commit is contained in:
Pierre Tachoire
2025-10-22 14:18:53 +02:00
parent a69164b482
commit b5ef8418a6

View File

@@ -180,7 +180,6 @@ fn createTarget(cmd: anytype) !void {
try page.navigate(params.url, .{ try page.navigate(params.url, .{
.reason = .address_bar, .reason = .address_bar,
.cdp_id = cmd.input.id,
}); });
try cmd.sendResult(.{ try cmd.sendResult(.{