adbkit icon indicating copy to clipboard operation
adbkit copied to clipboard

Error thrown when disconnecting succesfully

Open davidmartinezm opened this issue 8 years ago • 0 comments

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.

davidmartinezm avatar Nov 22 '16 11:11 davidmartinezm