File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/InEngine.Core/Queuing/Clients Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public ICommandEnvelope Consume()
9595 File . Move ( inProgressFilePath , Path . Combine ( PendingQueuePath , fileInfo . Name ) ) ;
9696 else
9797 File . Move ( inProgressFilePath , Path . Combine ( FailedQueuePath , fileInfo . Name ) ) ;
98- throw new CommandFailedException ( "Failed to consume commandEnvelope ." , exception ) ;
98+ throw new CommandFailedException ( "Failed to consume command ." , exception ) ;
9999 }
100100
101101 try
@@ -104,7 +104,7 @@ public ICommandEnvelope Consume()
104104 }
105105 catch ( Exception exception )
106106 {
107- throw new CommandFailedException ( "Failed to move commandEnvelope from in-progress queue." , exception ) ;
107+ throw new CommandFailedException ( "Failed to move command from in-progress queue." , exception ) ;
108108 }
109109
110110 return commandEnvelope ;
You can’t perform that action at this time.
0 commit comments