Skip to content

Commit 3ff547b

Browse files
committed
Property qualification is unnecessary
1 parent ba2408e commit 3ff547b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InEngine.Core/Queuing/Commands/Consume.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public override void Run()
2121

2222
public override void Failed(Exception exception)
2323
{
24-
Write.Error(exception.Message);
24+
Error(exception.Message);
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)