mirror of https://github.com/status-im/metro.git
[ReactNative] Add few hints in the UI
This commit is contained in:
parent
d51e402a2a
commit
2c4e9aba80
|
@ -66,7 +66,7 @@ ws.onopen = function() {
|
|||
setStatus('Debugger session #' + sessionID + ' active');
|
||||
ws.send(JSON.stringify({replyID: parseInt(sessionID, 10)}));
|
||||
} else {
|
||||
setStatus('Waiting for simulator');
|
||||
setStatus('Waiting, press ⌘R in simulator to reload and connect');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue