Update adb.js

This commit is contained in:
Namhyeon Go 2022-03-02 03:58:51 +09:00 committed by GitHub
parent 614b572a6b
commit 583efdb8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ function ADBObject() {
this.setBinPath = function(binPath) {
this.binPath = binPath;
return this;
};
this.getDevices = function() {