summaryrefslogtreecommitdiff
path: root/cli/js
diff options
context:
space:
mode:
authorKyle Kelley <rgbkrk@gmail.com>2023-10-04 14:08:57 -0700
committerGitHub <noreply@github.com>2023-10-04 23:08:57 +0200
commitcbddf5756e07fbbe10bd35d23bb9e9c0c685442a (patch)
treeb3482b28c79d3caa83384279a1e4f2f157970056 /cli/js
parenta5568066b3d979111134029f9e4f0c1b462b948e (diff)
fix(jupyter): keep `this` around (#20789)
This fixes #20767. We were losing `this` and then when an exception was happening, it didn't show up in the output because we weren't bubbling up exceptions from within a user defined function for displaying. I thought about doing a `.call(object)` but didn't want to get in the way of a bound `this` that a user or library was already putting on the function.
Diffstat (limited to 'cli/js')
0 files changed, 0 insertions, 0 deletions