mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Change pushing_file to pushing_app.
This commit is contained in:
@@ -57,7 +57,7 @@ module.exports = syrup.serial()
|
||||
if (contentLength) {
|
||||
// Progress 0% to 70%
|
||||
sendProgress(
|
||||
'pushing_file'
|
||||
'pushing_app'
|
||||
, 70 * Math.max(0, Math.min(
|
||||
70
|
||||
, stats.bytesTransferred / contentLength
|
||||
@@ -87,7 +87,7 @@ module.exports = syrup.serial()
|
||||
}
|
||||
|
||||
// Progress 0%
|
||||
sendProgress('pushing_file', 0)
|
||||
sendProgress('pushing_app', 0)
|
||||
pushApp()
|
||||
.then(function(apk) {
|
||||
// Progress 80%
|
||||
|
||||
Reference in New Issue
Block a user