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
Change ActorError print to TracebackException to capture context (#765)
Summary:
Pull Request resolved: #765
The current ActorError printout didn't include nested exceptions, which can be critical
for debugging if there are large wrapper try/except blocks.
Use the `TracebackException.format` method to print the exception instead to include
the nested exceptions.
Reviewed By: zdevito
Differential Revision: D79664075
fbshipit-source-id: 7c4ca55131567e753a527aae74930ba7873734d6
0 commit comments