diff --git a/lib/roles/device/plugins/touch.js b/lib/roles/device/plugins/touch.js index a2c29aa8..aec3591b 100644 --- a/lib/roles/device/plugins/touch.js +++ b/lib/roles/device/plugins/touch.js @@ -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()