mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Git bisect revealed that process.stdout failed to initiate (and was replaced with a write stream that does nothing) when the 'repl' module was loaded. This commit moves `require('repl')` so that it is only loaded when the --interactive flag is present.
Fixes #5051
7.3 KiB
7.3 KiB