Fix typo
Summary: Well, and added another word. Reviewed By: lblasa Differential Revision: D34944504 fbshipit-source-id: eb4e7db05ee846721fa18899aa50596124632b5b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
314855f5e1
commit
c180b24753
@@ -208,7 +208,7 @@ export class AndroidDeviceManager {
|
||||
this.registerDevice(this.adbClient, device);
|
||||
} else {
|
||||
console.warn(
|
||||
`[conn] Found device ${device.id}, but it has status offline. If this concerns an emulator and the problem persists, try these solutins: https://stackoverflow.com/a/21330228/1983583, https://stackoverflow.com/a/56053223/1983583`,
|
||||
`[conn] Found device ${device.id}, but it has status offline. If this concerns an emulator and the problem persists, try these potential solutions: https://stackoverflow.com/a/21330228/1983583, https://stackoverflow.com/a/56053223/1983583`,
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user