Skip to content

Commit 7a01a43

Browse files
committed
Fix host of adb client on electron 25 (node 18)
1 parent 9146b41 commit 7a01a43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/utils/adb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import adb from 'adbkit'
22

3-
export const client = adb.createClient()
3+
export const client = adb.createClient({ host: '127.0.0.1' })
44

55
const reverse = (device, port) => client.reverse(device, `tcp:${port}`, `tcp:${port}`)
66

0 commit comments

Comments
 (0)