mirror of
https://github.com/appium/appium.git
synced 2026-05-01 16:00:20 -05:00
Lint fixes.
This commit is contained in:
+2
-2
@@ -115,8 +115,8 @@ ADB.prototype.checkSdkBinaryPresent = function(binary, cb) {
|
||||
cb(null, stdout);
|
||||
} else {
|
||||
cb(new Error("Could not find " + binary + "; do you have the Android " +
|
||||
"SDK installed and the tools + platform-tools folders " +
|
||||
"added to your PATH?"),
|
||||
"SDK installed and the tools + platform-tools folders " +
|
||||
"added to your PATH?"),
|
||||
null);
|
||||
}
|
||||
}.bind(this));
|
||||
|
||||
Reference in New Issue
Block a user