cdp: attachToTarget must add the session id

This commit is contained in:
Pierre Tachoire
2026-03-03 12:54:55 +01:00
parent 14b58e8062
commit 06ef6d3e6a

View File

@@ -249,7 +249,7 @@ fn attachToTarget(cmd: anytype) !void {
return cmd.sendResult(
.{ .sessionId = bc.session_id },
.{ .include_session_id = false },
.{},
);
}