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
When executing a command interactively on the command line, it may run into an exception and that exception is printed to the console. When executing a command from a script using run_script and requesting a transcript to be genrated via --transcript, those exception-messages are not included. So when reviweing the transcript, one does not see the errors.
Is that how it is intended to be? Wouldn't it make more sense to have exception-generated-printout as part of the trasncript, at the very location where it occurred?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
When executing a command interactively on the command line, it may run into an exception and that exception is printed to the console. When executing a command from a script using
run_scriptand requesting a transcript to be genrated via--transcript, those exception-messages are not included. So when reviweing the transcript, one does not see the errors.Is that how it is intended to be? Wouldn't it make more sense to have exception-generated-printout as part of the trasncript, at the very location where it occurred?
All reactions