mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
🔧 Fix style issues
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user