Skip to content

repl: do not consider `...` as a REPL command

Rodrigo Muino Tomonari requested to merge github/fork/shivanth/repl_fix into master

This fix makes ... in REPL to be considered as a javascript construct rather than a REPL keyword

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

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

repl

Merge request reports

Loading