We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb28789 commit a37ac88Copy full SHA for a37ac88
1 file changed
src/WebSocketWrapper.h
@@ -242,7 +242,7 @@ struct WebSocketWrapper {
242
if (ws) {
243
244
bool isBinary = args[1]->BooleanValue(isolate);
245
- bool compress = args[2]->BooleanValue(isolate)
+ bool compress = args[2]->BooleanValue(isolate);
246
247
NativeString<true> message(args.GetIsolate(), args[0]);
248
if (message.isInvalid(args)) {
0 commit comments