tryCatchLog
tryCatchLog copied to clipboard
Feature Request: Add option to control the call stack output order (first order last call top-most)
While Rs traceback shows the function call that caused an error top-most in the call stack output
tryCatchLog shows it at the bottom (as many other programming languages do).
This is a matter of taste and should be configurable by the user.