karl.hudgell 3 éve
szülő
commit
f4b23b9db9
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      lib/adb.js

+ 2 - 0
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)