Skip to content

Commit

Permalink
rethrow debug-inspected ws send error
Browse files Browse the repository at this point in the history
  • Loading branch information
cacieprins authored Jun 24, 2024
1 parent a1f386f commit 706a1e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/lib/browsers/cri-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ const maybeDebugCdpMessages = (cri: CDPClient) => {
return send.call(cri._ws, data, callback)
} catch (e: any) {
debugVerboseSend('Error sending CDP command %o %O', JSON.parse(data), e)
throw e
}
}
}
Expand Down

0 comments on commit 706a1e3

Please sign in to comment.