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
If an unhandled exception occurs in a vibe-core asynchronous task, it
will never be displayed, because:
1. unit-threaded buffers output (std.stdio.stdout is reopened to /dev/null)
2. vibe.d calls abort after trying to print the exception.
Work around this by updating our documentation and CI commands to use
--debug, which disables unit-threaded output mucking.
0 commit comments