Commit c14609b7 authored by Leo Iannacone's avatar Leo Iannacone

fix variable name

parent 1d479022
......@@ -90,7 +90,7 @@ function __watch_path_onsocket(event_name, socket, data, watch_path, updater) {
})
}
else {
watcher = tail(watch_path,function(line, tailInfo) {
watcher = tail(watch_path,function(new_content, tailInfo) {
data.file.new_content = new_content + '\n'
updater(event_name, socket, data)
});
......
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