mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
fix spell error
This commit is contained in:
@@ -225,8 +225,8 @@ module.exports = function ControlServiceFactory(
|
||||
return sendTwoWay('screen.capture')
|
||||
}
|
||||
|
||||
this.fsretrive = function(file){
|
||||
return sendTwoWay('fs.retrive', {
|
||||
this.fsretrieve = function(file){
|
||||
return sendTwoWay('fs.retrieve', {
|
||||
file: file,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user