Skip to content
New issue

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

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

Already on GitHub? # to your account

Add trace argument to cnd_message() #1771

Closed
lionel- opened this issue Jan 23, 2025 · 1 comment
Closed

Add trace argument to cnd_message() #1771

lionel- opened this issue Jan 23, 2025 · 1 comment

Comments

@lionel-
Copy link
Member

lionel- commented Jan 23, 2025

To optionally print the backtrace footer.

Currently the only way is to turn on a flag inside the error with an unexported function:

cnd <- rlang:::cnd_set_backtrace_on_error(cnd, "full")
@hadley
Copy link
Member

hadley commented Jan 23, 2025

I think format() is all we need here so you can close this.

@lionel- lionel- closed this as completed Jan 24, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants