mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -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