mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Update adbkit to probably/hopefully fix disconnect issues with adb connect. It was difficult to reproduce reliably. The main reason was most likely that some data in the initial chunks may have been missed due to us relying on the 'readable' event too much, possibly listening for it after it occured. Fixes #2.
This commit is contained in:
parent
3b0faaf171
commit
a818fdcf1d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
"test": "gulp test"
|
"test": "gulp test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"adbkit": "^2.2.1",
|
"adbkit": "^2.2.2",
|
||||||
"adbkit-apkreader": "^1.0.0",
|
"adbkit-apkreader": "^1.0.0",
|
||||||
"adbkit-monkey": "^1.0.1",
|
"adbkit-monkey": "^1.0.1",
|
||||||
"bluebird": "^2.9.14",
|
"bluebird": "^2.9.14",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue