bitfinexcom / smidgen

MIT License
43 stars 16 forks source link

fix #27: crash on error / invalid iterator #32

Closed robertkowalski closed 6 years ago

robertkowalski commented 6 years ago

in cases we had an error (and the result was undefined), smidgen crashed as we tried to apply destructuring on the result (which was undefined)

this also adds a --no-validation flag for offline usage.