fix: wrong packing op check

This commit is contained in:
cha0s 2019-04-09 10:22:26 -04:00
parent 442eeab622
commit 7c72956ef8

View File

@ -68,7 +68,7 @@ export class Packer {
// Path.
view.setUint32(caret, path);
caret += 4;
if ('remove' === op) {
if (PACKER_STEP_OP_REMOVE === op) {
return;
}
// Value.