mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-15 20:10:42 +00:00
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