Skip to content

Commit 3601e1b

Browse files
authored
fix: push ws messages to array
1 parent 0b2eda0 commit 3601e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helper/Puppeteer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2772,7 +2772,7 @@ class Puppeteer extends Helper {
27722772
}
27732773

27742774
_logWebsocketMessages(message) {
2775-
this.webSocketMessages += message
2775+
this.webSocketMessages.push(message)
27762776
}
27772777
}
27782778

0 commit comments

Comments
 (0)