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
It looks like we have no test coverage for the eval option to repl.start(). This should be remedied.
The only test I can find that passes eval is test/parallel/test-repl-options.js but it doesn't exercise its functionality, the callback is just a stub.