Skip to content

domain: pass opts to `EventEmitter.init`

The domain module override the EventEmitter.init but not pass the params to origin function.

Since repl module require domain module, the root cause of https://github.com/nodejs/node/issues/41391 is in domain module.

Fixes: https://github.com/nodejs/node/issues/41391

Merge request reports

Loading