Commit 20663c97 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 81125080
......@@ -433,7 +433,16 @@ function getVarFromUsage(vars, usage) {
async function analyse(body) {
let t = body.split(',')
let t=''
try {
t = body.split(',')
}
catch (e)
{
console.log('Cant Parse Body:',body)
return
}
let obj = {}
if (typeof t[0] === "undefined")
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment