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
kor::captureAll outputs error message from restartError instead of the original one. This happens because no sys.calls() are passed to it (when doTraceback=TRUE).
kor::captureAll
outputs error message fromrestartError
instead of the original one. This happens because nosys.calls()
are passed to it (whendoTraceback=TRUE
).Example:
while the actual message should be:
Error: test error
The text was updated successfully, but these errors were encountered: