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