DonJayamanne/typescript-notebook

Better error reporting?

Opened this issue · 5 comments

When playing around with some cells in this notebook, I am not getting any actionable compilation / runtime errors.

I get line numbers, but not the reasons:
image

I am having this strange issue where there is no error output at all:
image

also not in the terminal / output etc, no error reporting, really unworkable. Thought this was working propperly a couple months ago but unsure if I broke something.

hello, any updates for this?

i found a way if i am desperate, i can wrap the cell inside try catch, see below, but that is quite uncomfortable not to have the error message by default
Screenshot 2023-10-13 at 12 43 37
Screenshot 2023-10-13 at 12 43 57

issue is also mentioned here: #51
and here: #65

Name and message are missing and only stack is displayed.

"name": "Error",
	"message": "sdf"
Screencast.from.11-30-2023.11.01.04.AM.webm