You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ Creates a client instance with the provided options. Note that this will not aut
194
194
195
195
-**options** An object compatible with [Net.connect][net-connect]'s options:
196
196
-**port** The port where the ADB server is listening. Defaults to `5037`.
197
-
-**host** The host of the ADB server. Defaults to `'localhost'`.
197
+
-**host** The host of the ADB server. Defaults to `'127.0.0.1'`.
198
198
-**bin** As the sole exception, this option provides the path to the `adb` binary, used for starting the server locally if initial connection fails. Defaults to `'adb'`.
0 commit comments