Skip to content

repl: disable Ctrl+C support on win32 for now

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

repl

Description of change

Disable Windows support for interrupting REPL commands using Ctrl+C by default, because the switches from console raw mode and back have been interfering with printing the results of evaluated expressions.

This is a temporary measure, since the underlying problem is very likely not related to this specific feature.

Ref: https://github.com/nodejs/node/issues/7837

/cc @joaocgreis

Merge request reports

Loading