From ab4319d8e50194b501329328bc05be9262af1109 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Sat, 7 Sep 2024 18:28:43 +0200 Subject: [PATCH] make opt --- lib/tools/adb-commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tools/adb-commands.js b/lib/tools/adb-commands.js index 23d5ed3f..0f2586ce 100644 --- a/lib/tools/adb-commands.js +++ b/lib/tools/adb-commands.js @@ -2045,7 +2045,7 @@ methods.setDataState = async function setDataState (on, isEmulator = false) { * Could be empty if no ports are opened. * * @this {import('../adb.js').ADB} - * @param {PortFamily} family + * @param {PortFamily} [family='4'] * @returns {Promise} */ methods.listPorts = async function listPorts(family = '4') {