Commit 1ff24df4 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 2cbcb952
...@@ -58,7 +58,7 @@ function grabData(data) { ...@@ -58,7 +58,7 @@ function grabData(data) {
function watcher() { function watcher() {
watch('./test_watch', {filter: /\.csv$/}, function (evt, name) { watch(path, {filter: /\.csv$/}, function (evt, name) {
console.log('%s changed.', name); console.log('%s changed.', name);
if (name.includes('Lp')) if (name.includes('Lp'))
updateVars(name) 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