refs #316 Fix typo in list streaming

This commit is contained in:
AkiraFukushima 2018-05-26 01:05:28 +09:00
parent 651ebb1a82
commit 34d614d5c8
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ ipcMain.on('start-list-streaming', (event, obj) => {
},
(err) => {
log.error(err)
event.sendeer.send('error-start-list-streaming', err)
event.sender.send('error-start-list-streaming', err)
}
)
})