Skip to content

Commit

Permalink
fix(orchestrator): fix typo (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
batzionb authored Jan 7, 2025
1 parent 9ee28a4 commit 1b4c664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export class SonataFlowService {
errorInfo.push(`Stack: ${jsonResponse?.stack}`);
}
if (jsonResponse?.message) {
errorInfo.push(`Message: ${jsonResponse?.message0}`);
errorInfo.push(`Message: ${jsonResponse?.message}`);
}
if (errorInfo.length > 0) {
errorMsg += ` ${errorInfo.join(', ')}`;
Expand Down

0 comments on commit 1b4c664

Please sign in to comment.