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
Regression after fix for Issue #1675 : With this fix, creating a stdout_sink in an GUI (non-console) application now throws an exception, because the call ::_get_osfhandle(::fileno(file)); now fails, whereas the previous version would allow the sink to be created.
So where a GUI app previously would log to the debugging console, it now throws an Exception. This is a regression.