Update formatting.js

This commit is contained in:
Dotan J. Nahum 2016-08-03 22:37:40 +03:00 committed by GitHub
parent 8f69c1f0a3
commit 873e643af7
1 changed files with 1 additions and 1 deletions

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 }