Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jul 2, 2024
1 parent dceae57 commit 762d3b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ public override Task ExecuteCommandAsync(Command cmd)
}
catch (Exception e)
{
ContainerLocator.Container.Resolve<ILogger>()?.Error(e.Message, e);
ContainerLocator.Container.Resolve<ILogger>()?.Error(e.Message, e, false);
}

return null;
Expand Down

0 comments on commit 762d3b3

Please sign in to comment.