Commit 544d607b authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent ddba7cb4
......@@ -11,7 +11,7 @@ init()
async function init() {
let com = await fs.readFileSync('newCom_last.json', 'utf8');
let com = await fs.readFileSync('newCom.json', 'utf8');
files = await fs.readdirSync('E:\\YashilFinal')
com = JSON.parse(com)
// console.log(com)
......
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