Commit 329107a6 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 1ff24df4
......@@ -59,6 +59,8 @@ function grabData(data) {
function watcher() {
watch(path, {filter: /\.csv$/}, function (evt, name) {
name=name.split('\\')
name=name[name.length-1]
console.log('%s changed.', name);
if (name.includes('Lp'))
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