Skip to content

Commit dfbb17c

Browse files
committed
SUKU syntax fix
1 parent 1f28d32 commit dfbb17c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/grid-protocol.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,8 +1227,7 @@ export namespace grid {
12271227
"Checksum mismatch, packet dropped! Received: " +
12281228
received_checksum +
12291229
" Calculated: " +
1230-
calculated_checksum
1231-
" Message: ", asciicode_array
1230+
calculated_checksum, asciicode_array
12321231
);
12331232
return undefined;
12341233
}

0 commit comments

Comments
 (0)