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
.AddLogger(toolchain.IsInProcess?ConsoleLogger.Default:newOutputLogger(output));// we can't use OutputLogger for the InProcess toolchains because it allocates memory on the same thread
146
+
.AddLogger(toolchain.IsInProcess
147
+
?ConsoleLogger.Default
148
+
:newOutputLogger(output));// we can't use OutputLogger for the InProcess toolchains because it allocates memory on the same thread
0 commit comments