mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
🙈
This commit is contained in:
@@ -76,9 +76,7 @@ delegate.browserMainParts.preMainMessageLoopRun = ->
|
||||
client.write(output)
|
||||
callback(true)
|
||||
|
||||
client.on 'error', (args...) ->
|
||||
console.log 'error', args
|
||||
callback(false)
|
||||
client.on 'error', (args...) -> callback(false)
|
||||
|
||||
listen = ->
|
||||
fs.unlinkSync socketPath if fs.existsSync(socketPath)
|
||||
|
||||
Reference in New Issue
Block a user