Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add try catch to process action #546

Merged
merged 2 commits into from
Nov 24, 2024

Conversation

bmgalego
Copy link
Contributor

No description provided.

elizaLogger.info(`Executing handler for action: ${action.name}`);
await action.handler(this, message, state, {}, callback);
} catch (error) {
console.error(error);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use elizaLogger for the error as well

@yakul0

This comment was marked as abuse.

@ponderingdemocritus ponderingdemocritus merged commit f33f62d into elizaOS:main Nov 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants