diff --git a/UIXC/Commands/CompileCommand.cs b/UIXC/Commands/CompileCommand.cs index 5785354..fd64cc1 100644 --- a/UIXC/Commands/CompileCommand.cs +++ b/UIXC/Commands/CompileCommand.cs @@ -43,6 +43,7 @@ public class CompileCommand : CompilerCommandBase BeginErrorReporting(new IrisSourceRepository(compilands, dataTableInput)); TraceSettings.Current.SetCategoryLevel(TraceCategory.Markup, byte.MaxValue); TraceSettings.Current.SetCategoryLevel(TraceCategory.MarkupCompiler, byte.MaxValue); + TraceSettings.Current.SetCategoryLevel(TraceCategory.Tool, byte.MaxValue); TraceSettings.Current.OnWriteLine += (line) => { AnsiConsole.MarkupLineInterpolated($"[grey]{line}[/]"); diff --git a/libs/MicrosoftIris b/libs/MicrosoftIris index f94e29a..b41e796 160000 --- a/libs/MicrosoftIris +++ b/libs/MicrosoftIris @@ -1 +1 @@ -Subproject commit f94e29a368077a4c09dd47ab7938758f7373be88 +Subproject commit b41e796c46ff8bc87d9469f8f826cbda83c26de8