airbnb / hypernova

A service for server-side rendering your JavaScript views
MIT License
5.82k stars 210 forks source link

Allows non instanceOf Error to be thrown #18

Closed goatslacker closed 8 years ago

goatslacker commented 8 years ago

If a promise is rejected with no error now the serialization to error won't fail because the stack is empty.

Fixes #15 and adds a few tests + regression tests.

@ljharb