Skip to content

Commit 6ca1e6c

Browse files
committed
cdp: let the inspector return the response
When a command is forwarded to the inspector, it handles directly the reponse to the message.
1 parent f3a1a6a commit 6ca1e6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cdp/runtime.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ fn sendInspector(cmd: anytype, action: anytype) !void {
5656
}
5757
}
5858

59+
// the result to return is handled directly by the inspector.
5960
bc.session.callInspector(cmd.input.json);
6061
}
6162

0 commit comments

Comments
 (0)