Fix monkey not being seen by touch plugin.

This commit is contained in:
Simo Kinnunen
2014-03-17 11:49:27 +09:00
parent 6efb7a8bd3
commit 6293f8ef16

View File

@@ -50,7 +50,7 @@ module.exports = syrup()
return Promise.promisifyAll(monkey.connectStream(conn))
})
.then(function(monkey) {
monkey
return monkey
.on('error', function(err) {
log.fatal('Monkey had an error', err.stack)
quit.fatal()