typescript-notebook
                                
                                
                                
                                    typescript-notebook copied to clipboard
                            
                            
                            
                        Better error reporting?
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:

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

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
issue is also mentioned here: https://github.com/DonJayamanne/typescript-notebook/issues/51 and here: https://github.com/DonJayamanne/typescript-notebook/issues/65
+1
Name and message are missing and only stack is displayed.
"name": "Error",
	"message": "sdf"