mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
cdp: return correct result on Runtime
This commit is contained in:
@@ -129,7 +129,10 @@ fn sendInspector(
|
|||||||
}
|
}
|
||||||
|
|
||||||
ctx.sendInspector(msg.json);
|
ctx.sendInspector(msg.json);
|
||||||
return "";
|
|
||||||
|
if (msg.id == null) return "";
|
||||||
|
|
||||||
|
return result(alloc, msg.id.?, null, null, msg.sessionId);
|
||||||
}
|
}
|
||||||
|
|
||||||
pub const AuxData = struct {
|
pub const AuxData = struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user