Merge branch 'master' of github.com:jondot/rn-snoopy

This commit is contained in:
Dotan Nahum 2016-08-15 22:29:32 +03:00
commit 642f82b5ad

View File

@ -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 }