We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02fc75a + c0de2e0 commit 46cf3e6Copy full SHA for 46cf3e6
RetailCoder.VBE/UI/Command/CommandBase.cs
@@ -37,7 +37,7 @@ public bool CanExecute(object parameter)
37
}
38
catch (Exception exception)
39
{
40
- Logger.Fatal(exception);
+ Logger.Error(exception);
41
42
if (!ExceptionTargetSites.Contains(exception.TargetSite))
43
@@ -61,7 +61,7 @@ public void Execute(object parameter)
61
62
63
64
65
66
67
0 commit comments