Update adb.js

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

View File

@ -45,10 +45,10 @@ function ADBObject() {
};
}
exports.VERSIONINFO = "Android Debug Bridge Interface (adb.js) version 0.1";
exports.global = global;
exports.require = global.require;
exports.create = function() {
return new ADBObject();
};
exports.VERSIONINFO = "Android Debug Bridge Interface (adb.js) version 0.1";
exports.global = global;
exports.require = global.require;