DonJayamanne/typescript-notebook

First line of error stack is not presented

mrbar42 opened this issue · 3 comments

For some reason the first line of any error thrown in a cell is trimmed.
i assume there is some sort of cleanup going on to remove internal frames, but the first line with the message should always be shown.

to reproduce simply throw an error in a code cell in a notebook (see pic).

image

Version & OS Info

Version: 1.64.2
Commit: f80445acd5a3dadef24aa209168452a3d97cc326
Date: 2022-02-09T22:00:58.347Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin x64 21.2.0

Fixed.

I don't think it's fixed, I'm still seeing this today
image

@DonJayamanne still doesnt work, can we reopen this?