adbkit
adbkit copied to clipboard
Error thrown when disconnecting succesfully
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.