Commit a772559d authored by Leo Iannacone's avatar Leo Iannacone

fix variable name

parent 82e9b230
......@@ -74,7 +74,7 @@ watch_path_onsocket = (event_name, socket, data, watch_path, updater) ->
watcher = fs.watch(watch_path,
persistent: true,
(event, fileName) ->
if ev is "rename"
if event is "rename"
updater(event_name, socket, data))
else if stats.isFile()
......
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