mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Looks like the new ProtobufJS is not happy with getting floats for int values. Enforcing progress as int.
This commit is contained in:
parent
04cc8b11b8
commit
0a920dc568
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ var wireutil = {
|
||||||
source
|
source
|
||||||
, seq++
|
, seq++
|
||||||
, data
|
, data
|
||||||
, progress
|
, ~~progress
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue