When my tests fail in a background thread, it does...
# kotlin-native
m
When my tests fail in a background thread, it doesn't show the exception message, just
Test running process exited unexpectedly.
and the stacktrace. Is it possible to install an uncaught exception handler in a native thread?
b
Run the generated test executable directly from cli to get more details
Had a similar issue myself a while ago 😀
m
👍 Thanks!