mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-21 20:24:42 +00:00
cdp: attachToTarget must add the session id
This commit is contained in:
@@ -249,7 +249,7 @@ fn attachToTarget(cmd: anytype) !void {
|
||||
|
||||
return cmd.sendResult(
|
||||
.{ .sessionId = bc.session_id },
|
||||
.{ .include_session_id = false },
|
||||
.{},
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user