It would be an awesome addition to improve the reporter so that
`
ERROR in (test-hydrate-saladman) (TypeError:NaN:NaN)
Uncaught exception, not in assertion.
expected: nil
actual: #object[TypeError TypeError: Cannot read property 'call' of null]
Ran 1 tests containing 1 assertions.
0 failures, 1 errors.
`
would display the full stack trace of the runtime error whenever it happens.
At the moment a user is left on its own with no location, no hints whatsoever.