Skip to content

Commit

Permalink
make opt
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Sep 7, 2024
1 parent c84416c commit ab4319d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tools/adb-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<PortInfo[]>}
*/
methods.listPorts = async function listPorts(family = '4') {
Expand Down

0 comments on commit ab4319d

Please sign in to comment.