typescript-notebook
typescript-notebook copied to clipboard
Unhandled exceptions display only stack trace with no exception message
Looks like so
Expected behavior (without an explicit try/catch block
The bug is caused by this line:
https://github.com/DonJayamanne/typescript-notebook/blob/main/src/extension/kernel/cellOutput.ts#L345