From 663e50bcc6959a0a1a1730f5d1a500bf7e76ad1d Mon Sep 17 00:00:00 2001 From: sharteeya Date: Mon, 27 Sep 2021 17:14:03 +0800 Subject: [PATCH] fix typo --- src/DeviceManager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DeviceManager.js b/src/DeviceManager.js index c79bca6..f4fffbf 100644 --- a/src/DeviceManager.js +++ b/src/DeviceManager.js @@ -74,7 +74,7 @@ class DeviceManager _path_.join( this.dxcWorkspace.getBinaryFolderLocation(), "platform-tools", - (require('os').platform()==="win32"? "abd.exe":"adb") + (require('os').platform()==="win32"? "adb.exe":"adb") ) ) }; @@ -613,4 +613,4 @@ class DeviceManager } -module.exports = DeviceManager; \ No newline at end of file +module.exports = DeviceManager;