mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Fix all JSHint complaints in Node.js code.
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = syrup.serial()
|
||||
|
||||
function openService() {
|
||||
return devutil.ensureUnusedPort(adb, options.serial, service.port)
|
||||
.then(function(port) {
|
||||
.then(function() {
|
||||
return adb.shell(options.serial, [
|
||||
remote.bin
|
||||
, '--lib', remote.lib
|
||||
|
||||
Reference in New Issue
Block a user