diff --git a/src/cdp/runtime.zig b/src/cdp/runtime.zig index c054521e..5a6e2948 100644 --- a/src/cdp/runtime.zig +++ b/src/cdp/runtime.zig @@ -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); }