Skip to content

Commit

Permalink
Update src/event-bus.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored May 5, 2022
1 parent 0681692 commit 39e792e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event-bus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class EventBus<EventBase extends IEvent = IEvent>
.subscribe({
error: (error) => {
this._logger.error(
`CommandHandler executed by Saga produced an error.`,
`Command handler which execution was triggered by Saga has thrown an error.`,
error,
);
throw error;
Expand Down

0 comments on commit 39e792e

Please sign in to comment.