Skip to content

Commit 2928007

Browse files
committed
Log chain command failure exception
1 parent a439cea commit 2928007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/InEngine.Core/Commands/Chain.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public override void Run()
2020
}
2121
catch (Exception exception)
2222
{
23+
Log.Error($"Chain command failed at command #{x}", exception);
2324
x.Failed(exception);
2425
throw new CommandChainFailedException(x.Name, exception);
2526
}

0 commit comments

Comments
 (0)