From 3144c48f9a570a44f43c0b5cd0ab42c1dd59c1ea Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 2 Mar 2022 05:55:38 +0900 Subject: [PATCH] Update adb.js --- lib/adb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/adb.js b/lib/adb.js index 7fcf1ff..9ee9d9f 100644 --- a/lib/adb.js +++ b/lib/adb.js @@ -6,7 +6,7 @@ var SHELL = require("lib/shell"); var SYS = require("lib/system"); function ADBObject() { - this.binPath = "bin\\platform-tools_r33.0.0-windows\platform-tools\\adb.exe"; + this.binPath = "bin\\platform-tools_r33.0.0-windows\\platform-tools\\adb.exe"; this.setBinPath = function(binPath) { this.binPath = binPath;