electron/default_app
Rahat Ahmed 3c7c584444 🐛 Don't load 'repl' unless needed
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
2016-06-19 02:34:48 -05:00
..
default_app.js 💄 Update default_app to ES6 conventions 2016-05-07 08:18:22 -06:00
index.html Merge branch '1-0-release' 2016-05-11 15:14:56 +09:00
main.js 🐛 Don't load 'repl' unless needed 2016-06-19 02:34:48 -05:00
package.json Move default_app to root of repo 2016-03-08 11:14:21 -08:00