Merge pull request #340 from h3poteto/iss-316

closes #316 Fix typo in list streaming
This commit is contained in:
AkiraFukushima 2018-05-26 01:08:23 +09:00 committed by GitHub
commit 4799d03098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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