typescript-notebook icon indicating copy to clipboard operation
typescript-notebook copied to clipboard

Unhandled exceptions display only stack trace with no exception message

Open romeobuilderotti opened this issue 1 year ago • 0 comments

Looks like so

image

Expected behavior (without an explicit try/catch block

image

The bug is caused by this line:

https://github.com/DonJayamanne/typescript-notebook/blob/main/src/extension/kernel/cellOutput.ts#L345

romeobuilderotti avatar Oct 07 '24 11:10 romeobuilderotti