mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
runtime: fix sessionid
This commit is contained in:
@@ -117,6 +117,8 @@ fn sendInspector(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ctx.state.sessionID = msg.sessionId;
|
||||||
|
|
||||||
// remove awaitPromise true params
|
// remove awaitPromise true params
|
||||||
// TODO: delete when Promise are correctly handled by zig-js-runtime
|
// TODO: delete when Promise are correctly handled by zig-js-runtime
|
||||||
if (method == .callFunctionOn or method == .evaluate) {
|
if (method == .callFunctionOn or method == .evaluate) {
|
||||||
|
|||||||
Reference in New Issue
Block a user