From 873e643af7a8f0f009a9409d5451ba7aaab986ab Mon Sep 17 00:00:00 2001 From: "Dotan J. Nahum" Date: Wed, 3 Aug 2016 22:37:40 +0300 Subject: [PATCH] Update formatting.js --- formatting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formatting.js b/formatting.js index 9bc2a92..20a5e16 100644 --- a/formatting.js +++ b/formatting.js @@ -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 }