Commit 5b01ae4e authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 3cb22307
...@@ -71,7 +71,7 @@ function analyse(body) ...@@ -71,7 +71,7 @@ function analyse(body)
} }
function appendCsv(data) { function appendCsv(data) {
fs.appendFile('temp.csv', log + '\n', function (err) { fs.appendFile('temp.csv', data + '\n', function (err) {
if (err) throw err; if (err) throw err;
}); });
......
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