Commit cbfe6b17 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 1e9ac95f
......@@ -1063,7 +1063,7 @@ if (data[i].profit <= 0.1 && forceZero)
}
if (opt.allDonePer < 600)
if (opt.allDonePer < 1)
return null
// if (opt.allDone <60)
......
const fs = require('fs');
const buttonPressesLogFile = './test.txt';
console.log(`Watching for file changes on ${buttonPressesLogFile}`);
fs.watchFile(buttonPressesLogFile, (curr, prev) => {
console.log(`${buttonPressesLogFile} file Changed`);
});
\ No newline at end of file
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