Update formatting.js
This commit is contained in:
parent
8f69c1f0a3
commit
873e643af7
|
@ -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 }
|
export { stringify }
|
||||||
|
|
Loading…
Reference in New Issue