fix(ci): resolve chrome websocket raw-data typing
This commit is contained in:
@@ -134,7 +134,7 @@ async function canRunCdpHealthCommand(
|
||||
handshakeTimeoutMs: timeoutMs,
|
||||
});
|
||||
let settled = false;
|
||||
const onMessage = (raw: WebSocket.RawData) => {
|
||||
const onMessage = (raw: Parameters<typeof rawDataToString>[0]) => {
|
||||
if (settled) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user