mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +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--;
|
||||
}
|
||||
if (!runtimeIsReady) {
|
||||
RCTLogError(@"Runtime is not ready. Make sure Chrome is running and not "
|
||||
"paused on a breakpoint or exception and try reloading again.");
|
||||
RCTLogError(@"Runtime is not ready for debugging.\n "
|
||||
"- 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];
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user