Update adb.js

This commit is contained in:
Namhyeon Go 2022-03-02 05:58:39 +09:00 committed by GitHub
parent 3144c48f9a
commit 9ac5d5003f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,8 @@ function ADBObject() {
}); });
} }
}); });
return devices;
}; };
this.getHostname = function(id) { this.getHostname = function(id) {