We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ec66e commit 89722b0Copy full SHA for 89722b0
src/pb-decode.js
@@ -165,7 +165,7 @@ export function decodeNode (bytes) {
165
linksBeforeData = true
166
}
167
} else if (fieldNum === 2) {
168
- if (linksBeforeData) { // interleaved Links/Dode/Links
+ if (linksBeforeData) { // interleaved Links/Data/Links
169
throw new Error('protobuf: (PBNode) duplicate Links section')
170
} else if (!links) {
171
links = []
0 commit comments