mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 14:13:26 +00:00
Improve error wording when fail to launch debugger
Reviewed By: javache Differential Revision: D2829484 fb-gh-sync-id: a3402ece1f5cd19e8408fa3ab89adf7a26c66de9
This commit is contained in:
parent
e5381072dd
commit
469bb7fbfd
@ -80,8 +80,9 @@ RCT_EXPORT_MODULE()
|
|||||||
retries--;
|
retries--;
|
||||||
}
|
}
|
||||||
if (!runtimeIsReady) {
|
if (!runtimeIsReady) {
|
||||||
RCTLogError(@"Runtime is not ready. Make sure Chrome is running and not "
|
RCTLogError(@"Runtime is not ready for debugging.\n "
|
||||||
"paused on a breakpoint or exception and try reloading again.");
|
"- Make sure Packager server is running.\n"
|
||||||
|
"- Make sure Chrome is running and not paused on a breakpoint or exception and try reloading again.");
|
||||||
[self invalidate];
|
[self invalidate];
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user