You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: lazy-load repl to avoid domain side effects (#2025)
* fix: lazy-load repl to avoid domain side effects
Actually starting the repl will still put the process into domain-mode,
but this at least allows programs to use `ts-node` or
`--loader=ts-node/esm` without losing the ability to use
process.setUncaughtExceptionCaptureCallback().
The problem should ideally be fixed (or mitigated) in node core, but
this is still worthwhile for the benefit of supporting current node
versions.
Re: nodejs/node#48131Fix: #2024
* Update src/repl.ts
---------
Co-authored-by: Andrew Bradley <[email protected]>
0 commit comments