You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of just printing the error in the log, include the stack strack in the log. Without this it's almost impossible to discover from the log file where the error originated.
Relevant Input
No response
Relevant Output
No response
Reproducible Example/Pseudo Code
No response
The text was updated successfully, but these errors were encountered:
I agree that this would be really nice. We could also include the line number of the error using options(show.error.locations = TRUE). Maybe we could use traceback() to get this info via options(error = traceback).
Feature Idea
Instead of just printing the error in the log, include the stack strack in the log. Without this it's almost impossible to discover from the log file where the error originated.
Relevant Input
No response
Relevant Output
No response
Reproducible Example/Pseudo Code
No response
The text was updated successfully, but these errors were encountered: