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:
Pierre Tachoire
2025-03-03 17:16:53 +01:00
parent f3a1a6a191
commit 6ca1e6c6dd

View File

@@ -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);
}