mirror of
https://github.com/status-im/rn-snoopy.git
synced 2025-02-20 18:58:28 +00:00
Merge branch 'master' of github.com:jondot/rn-snoopy
This commit is contained in:
commit
642f82b5ad
@ -1,4 +1,4 @@
|
||||
|
||||
const stringify = (info)=>`${info.type == '0' ? 'N->JS' : 'JS->N'} : ${info.module ? (info.module+'.') : ''}${info.method}(${JSON.stringify(info.args)}) *`
|
||||
const stringify = (info)=>`${info.type == 0 ? 'N->JS' : 'JS->N'} : ${info.module ? (info.module+'.') : ''}${info.method}(${JSON.stringify(info.args)}) *`
|
||||
|
||||
export { stringify }
|
||||
|
Loading…
x
Reference in New Issue
Block a user