mirror of https://github.com/status-im/metro.git
[ReactNative] Update method name on chrome debugger
This commit is contained in:
parent
259894046c
commit
d108061db3
|
@ -47,7 +47,7 @@ var messageHandlers = {
|
|||
}
|
||||
loadScript(message.url, sendReply.bind(null, null));
|
||||
},
|
||||
'executeJSCall:method:arguments:callback:': function(message, sendReply) {
|
||||
'executeJSCall:method:arguments:context:callback:': function(message, sendReply) {
|
||||
var returnValue = [[], [], [], [], []];
|
||||
try {
|
||||
if (window && window.require) {
|
||||
|
|
Loading…
Reference in New Issue