This commit is contained in:
probablycorey
2013-05-24 09:06:52 -07:00
parent 47410c54e5
commit 6ae858d35c

View File

@@ -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)