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.
1 parent a439cea commit 2928007Copy full SHA for 2928007
src/InEngine.Core/Commands/Chain.cs
@@ -20,6 +20,7 @@ public override void Run()
20
}
21
catch (Exception exception)
22
{
23
+ Log.Error($"Chain command failed at command #{x}", exception);
24
x.Failed(exception);
25
throw new CommandChainFailedException(x.Name, exception);
26
0 commit comments