-
Notifications
You must be signed in to change notification settings - Fork 177
Error in ExtensionCodec.ts? #241
Copy link
Copy link
Closed
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hi,
I think there is a little error here:
msgpack-javascript/src/ExtensionCodec.ts
Line 57 in 1fc7622
Shouldn't it be
const index = -1 - type;?Greetings
Stefan