Commit f5abce70 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 9ee79bc9
...@@ -131,6 +131,7 @@ async function run(root, name, directory, timestamp) { ...@@ -131,6 +131,7 @@ async function run(root, name, directory, timestamp) {
}); });
stringifyStream.on('data', function(strChunk) { stringifyStream.on('data', function(strChunk) {
console.log(strChunk)
// => BIG_POJO will be sent out in JSON chunks as the object is traversed // => BIG_POJO will be sent out in JSON chunks as the object is traversed
createfileADV(root,timestamp, name, strChunk) createfileADV(root,timestamp, name, strChunk)
......
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