This commit is contained in:
Feross Aboukhadijeh
2018-05-25 00:20:39 -07:00
committed by GitHub
parent a30eedbec9
commit 4b51fb9255

View File

@@ -70,7 +70,7 @@ function spawnExternal (playerPath, args) {
proc = null
})
proc.on('error', e => {
log('External player error', e)
proc.on('error', err => {
log('External player error', err)
})
}