runtime: fix sessionid

This commit is contained in:
Pierre Tachoire
2025-01-13 18:08:09 +01:00
parent 4c9a24c64e
commit daf4236023

View File

@@ -117,6 +117,8 @@ fn sendInspector(
}
}
ctx.state.sessionID = msg.sessionId;
// remove awaitPromise true params
// TODO: delete when Promise are correctly handled by zig-js-runtime
if (method == .callFunctionOn or method == .evaluate) {