mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
cdp: let the inspector return the response
When a command is forwarded to the inspector, it handles directly the reponse to the message.
This commit is contained in:
@@ -56,6 +56,7 @@ fn sendInspector(cmd: anytype, action: anytype) !void {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// the result to return is handled directly by the inspector.
|
||||||
bc.session.callInspector(cmd.input.json);
|
bc.session.callInspector(cmd.input.json);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user