Skip to content

Commit 0310e2f

Browse files
committed
Defer other value types to msgpackr
1 parent 6978440 commit 0310e2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

struct.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ function writeStruct(object, target, encodingStart, position, structures, makeRo
273273
position = updatedPosition;
274274
} else queuedReferences.push(key, value, keyIndex);
275275
break;
276+
default:
277+
queuedReferences.push(key, value, keyIndex);
276278
}
277279
keyIndex++;
278280
}

0 commit comments

Comments
 (0)