mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 14:53:24 +02:00
fix: remove progressed from call as it prohibits the system from working (#827)
Signed-off-by: Sven Lankes <sven@lank.es>
This commit is contained in:
@@ -89,13 +89,6 @@ module.exports = syrup.serial()
|
||||
)
|
||||
.timeout(65000)
|
||||
})
|
||||
.progressed(function() {
|
||||
log.warn(
|
||||
'STFService installation is taking a long time; ' +
|
||||
'perhaps you have to accept 3rd party app installation ' +
|
||||
'on the device?'
|
||||
)
|
||||
})
|
||||
.then(function() {
|
||||
return getPath()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user