tc39 / eshost

A uniform wrapper around a multitude of ECMAScript hosts. CLI: https://github.com/bterlson/eshost-cli
Other
142 stars 36 forks source link

Don't crash when unable to parse error props #12

Closed pcardune closed 7 years ago

pcardune commented 7 years ago

I ran into a failure here when running the test suite. I assume returning null on a bad error props match is OK because this code was already returning null on line 13. But perhaps that is a bad assumption?

pcardune commented 7 years ago

🎉