mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 22:53:26 +02:00
Fix monkey not being seen by touch plugin.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user