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

git pull

parent 91e5158f
...@@ -31,6 +31,7 @@ await renamer(com[i].config,com[i].uniq) ...@@ -31,6 +31,7 @@ await renamer(com[i].config,com[i].uniq)
for (let i = 0; i < tempFiles.length; i++) { for (let i = 0; i < tempFiles.length; i++) {
let f = await fs.readFileSync('C:\\Users\\Administrator\\Desktop\\ai\\temp\\' + tempFiles[i], 'utf8'); let f = await fs.readFileSync('C:\\Users\\Administrator\\Desktop\\ai\\temp\\' + tempFiles[i], 'utf8');
f = f.match(/.+/g) f = f.match(/.+/g)
console.log(f)
let format = tempFiles[i] let format = tempFiles[i]
// console.log(format) // console.log(format)
......
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