Commit 04388310 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 73b8efe6
...@@ -117,7 +117,7 @@ async function make(name) { ...@@ -117,7 +117,7 @@ async function make(name) {
let size = getSizeFromName(name) let size = getSizeFromName(name)
if (size !== stats.size) { if (size !== stats.size) {
console.log(name + ' changes') // console.log(name + ' changes')
updateSizeFromName(name, stats.size) updateSizeFromName(name, stats.size)
await updateVars(name) await updateVars(name)
} }
......
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