Commit 01278eca authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent e94172be
...@@ -51,7 +51,7 @@ async function append(config, data) { ...@@ -51,7 +51,7 @@ async function append(config, data) {
} }
async function appender(file, data) { async function appender(file, data) {
console.log(data)
fs.appendFile('E:\\YashilFinal\\' + file, data + '\n', function (err) { fs.appendFile('E:\\YashilFinal\\' + file, 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