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:
@@ -40,8 +40,8 @@ module.exports = syrup.serial()
|
||||
})
|
||||
.then(function() {
|
||||
return adb.shell(options.serial, util.format(
|
||||
"export CLASSPATH='%s';"
|
||||
+ " exec app_process /system/bin '%s'"
|
||||
"export CLASSPATH='%s';" +
|
||||
" exec app_process /system/bin '%s'"
|
||||
, apk.path
|
||||
, apk.main
|
||||
))
|
||||
@@ -199,7 +199,7 @@ module.exports = syrup.serial()
|
||||
.then(openService)
|
||||
.then(function() {
|
||||
router
|
||||
.on(wire.PhysicalIdentifyMessage, function(channel, message) {
|
||||
.on(wire.PhysicalIdentifyMessage, function(channel) {
|
||||
identity()
|
||||
push.send([
|
||||
channel
|
||||
|
||||
Reference in New Issue
Block a user