From f4b23b9db9e1b942d8a8500754795d066adbe8b0 Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Mon, 7 Sep 2020 16:12:55 +0100 Subject: [PATCH] cleanup --- lib/adb.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/adb.js b/lib/adb.js index bea4686..0f3e4cd 100644 --- a/lib/adb.js +++ b/lib/adb.js @@ -157,6 +157,7 @@ module.exports = { common.dualLog(await Language.get('usb-one-device', 'whiteBright')) await common.pause(2000) common.dualLog(await Language.get('accept-authorisation', 'whiteBright')) + common.dualLog(await Language.get('--------------------', 'whiteBright')) await common.pause(3000) await module.exports.killAdbServer() result = await shellExec(adbRun + ' devices') @@ -179,6 +180,7 @@ module.exports = { await common.pause(2000) const value = await inquirer.connectWifi(); common.dualLog(await Language.get('accept-authorisation', 'whiteBright')) + common.dualLog(await Language.get('--------------------', 'whiteBright')) await common.pause(3000) await module.exports.killAdbServer() result = await shellExec(adbRun + ' connect ' + value.connectWifi)