Skip to content

Commit a37ac88

Browse files
Semicolon
1 parent cb28789 commit a37ac88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WebSocketWrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ struct WebSocketWrapper {
242242
if (ws) {
243243

244244
bool isBinary = args[1]->BooleanValue(isolate);
245-
bool compress = args[2]->BooleanValue(isolate)
245+
bool compress = args[2]->BooleanValue(isolate);
246246

247247
NativeString<true> message(args.GetIsolate(), args[0]);
248248
if (message.isInvalid(args)) {

0 commit comments

Comments
 (0)