We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asb
adb
1 parent 04b6844 commit 76dee10Copy full SHA for 76dee10
apps/reactotron-app/src/main/utils.ts
@@ -14,7 +14,7 @@ export const setupAndroidDeviceIPCCommands = (mainWindow: BrowserWindow) => {
14
devicesProcess.stdout.setEncoding("utf8")
15
devicesProcess.stdout.on("data", (data) => {
16
data = data.toString()
17
- console.log("Got asb device list", data)
+ console.log("Got adb device list", data)
18
mainWindow.webContents.send("device-list", data)
19
})
20
0 commit comments