[chore:] logging for NamingWindow.axaml.cs
This commit is contained in:
@@ -52,7 +52,7 @@ public partial class NamingWindow : Window
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Console.WriteLine("Error while showing naming window: " + ex.Message);
|
||||
Logger.Log("Error while showing naming window: " + ex.Message, Logger.LogType.Warning);
|
||||
return Task.FromResult<string>(null!);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user