mirror of
https://github.com/electron/electron.git
synced 2026-01-25 07:18:18 -05: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