Commit 3f16bb6e authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 7bb94bd7
...@@ -224,7 +224,8 @@ let obj ...@@ -224,7 +224,8 @@ let obj
if (needPrintData) if (needPrintData)
{ {
fs.writeFile('detail/te.json', JSON.stringify(saveData, null, 2), 'utf8', function (err) {
fs.writeFile('detail/'+_.replace(opt.platform+'&'+type, new RegExp(' ', 'g'), '')+'.json', JSON.stringify(saveData, null, 2), 'utf8', function (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