🔧 Fix style issues

This commit is contained in:
Felix Rieseberg 2017-11-23 13:42:48 -08:00
parent 97a084a591
commit f81bfb7b86
4 changed files with 4 additions and 7 deletions

View file

@ -306,7 +306,6 @@ function startRepl () {
if (process.platform === 'win32') {
console.error('Electron REPL not currently supported on Windows')
process.exit(1)
return
}
const repl = require('repl')