Fix Chrome debugging
Reviewed By: dkoroskin Differential Revision: D2572178 fb-gh-sync-id: 677f2eb5a7ff5ada2a4e66f86e90664787bef346
This commit is contained in:
parent
dee96fbedc
commit
251a4086a7
|
@ -108,7 +108,7 @@ import okio.Sink;
|
|||
* @return the host to use when connecting to the bundle server from the host itself.
|
||||
*/
|
||||
private static String getHostForJSProxy() {
|
||||
return "localhost";
|
||||
return DEVICE_LOCALHOST;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue