1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +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:
Simo Kinnunen 2014-07-23 20:36:09 +09:00
parent 04cc8b11b8
commit 0a920dc568

View file

@ -62,7 +62,7 @@ var wireutil = {
source
, seq++
, data
, progress
, ~~progress
))
}
}