Lint fixes.

This commit is contained in:
filmaj
2013-09-04 14:32:15 -07:00
parent 5d5e525b7b
commit 44f5f86445
+2 -2
View File
@@ -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));