turbo
d9d0086e - handle module evaluation errors in the runtime correctly (#4476)

Commit
2 years ago
handle module evaluation errors in the runtime correctly (#4476) ### Description Caches the module evaluation error ``` try { // when throwing on the first try require("module") } catch { // it should throw on the second try too require("module") } ```
Author
Parents
Loading