Skip to content

Commit

Permalink
Display Dust App name in error messages (#9555)
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph authored Dec 19, 2024
1 parent 954bb31 commit 0ac9670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/lib/api/assistant/actions/dust_app_run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export class DustAppRunConfigurationServerRunner extends BaseActionConfiguration
messageId: agentMessage.sId,
error: {
code: "dust_app_run_error",
message: `Error running Dust app: ${runRes.error.message}`,
message: `Dust App ${app.name}: ${runRes.error.message}`,
},
};
return;
Expand Down

0 comments on commit 0ac9670

Please sign in to comment.