You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adb returns "disconnected 10.2.6.97:5555" when disconnecting successfully.
However, the code expects empty string if successful "" (adbkit/src/adb/command/host/disconnect.coffee)
Therefore a Promise.reject is returned when it was actually successful.
The text was updated successfully, but these errors were encountered:
adb returns "disconnected 10.2.6.97:5555" when disconnecting successfully.
However, the code expects empty string if successful "" (adbkit/src/adb/command/host/disconnect.coffee)
Therefore a Promise.reject is returned when it was actually successful.
The text was updated successfully, but these errors were encountered: