rename parameter

This commit is contained in:
Michael George Attard
2018-05-27 22:33:07 +02:00
parent 4d5ee7887e
commit fc51b230c4

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