You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves the `Effect Compiler Crash: null` part of #760.
The actual problem there was that `e.getMessage` can return `null` and
it does for... _StackOverflowException_ 🥳.
Looking at the docs, it's recommended to use `e.toString`.
While I was at it, I modified stack trace printing, now we do it
properly by using `.printStackTrace`.
This is very related to #731, I just want to get this out quickly to
unblock other problems.
0 commit comments