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 ba2408e commit 3ff547bCopy full SHA for 3ff547b
src/InEngine.Core/Queuing/Commands/Consume.cs
@@ -21,7 +21,7 @@ public override void Run()
21
22
public override void Failed(Exception exception)
23
{
24
- Write.Error(exception.Message);
+ Error(exception.Message);
25
}
26
27
0 commit comments