kaitai-io / kaitai_struct_javascript_runtime

Kaitai Struct: runtime for JavaScript
Apache License 2.0
37 stars 22 forks source link

Error in error handling -- no terminator found in string message. #5

Closed theorbtwo closed 6 years ago

theorbtwo commented 6 years ago

https://github.com/kaitai-io/kaitai_struct_javascript_runtime/blob/22754e0c534e534a993c22172b42f0dd7297a208/KaitaiStream.js#L461 Tiny little error: that "term" should be "terminator"

GreyCat commented 6 years ago

True enough. Thanks!

GreyCat commented 6 years ago

Should be fixed now.