mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
cbddf5756e
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. |
||
---|---|---|
.. | ||
integration_test.ipynb |