mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Upload now has uninstall.
This commit is contained in:
@@ -157,7 +157,7 @@ module.exports = function ControlServiceFactory(
|
||||
this.uninstall = function(pkg) {
|
||||
var tx = TransactionService.create(target)
|
||||
socket.emit('device.uninstall', channel, tx.channel, {
|
||||
package: pkg
|
||||
packageName: pkg
|
||||
})
|
||||
return tx
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user