Skip to content

Commit 76dee10

Browse files
authored
chore(typo): Fix typo: asb should be adb (infinitered#1364)
[skip ci]
1 parent 04b6844 commit 76dee10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/reactotron-app/src/main/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const setupAndroidDeviceIPCCommands = (mainWindow: BrowserWindow) => {
1414
devicesProcess.stdout.setEncoding("utf8")
1515
devicesProcess.stdout.on("data", (data) => {
1616
data = data.toString()
17-
console.log("Got asb device list", data)
17+
console.log("Got adb device list", data)
1818
mainWindow.webContents.send("device-list", data)
1919
})
2020
})

0 commit comments

Comments
 (0)