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

Better error handling for macros #681

Open
eritbh opened this issue Nov 16, 2022 · 0 comments
Open

Better error handling for macros #681

eritbh opened this issue Nov 16, 2022 · 0 comments
Labels
enhancement New feature or request module: macros

Comments

@eritbh
Copy link
Member

eritbh commented Nov 16, 2022

Currently, the only macro actions that have error handlers are leaving the macro reply and locking/distinguishing/stickying it. All other actions can fail silently (though the unhandled promise rejections should still be logged in the console). We should make a system that lets us keep track of which actions failed and report them all to the user at the same time, rather than calling TBui.textFeedback for everything which only lets us display a single message at a time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module: macros
Projects
Status: Todo
Development

No branches or pull requests

1 participant