Corrected more errors

This commit is contained in:
git 2014-11-20 22:13:48 +01:00
parent 3d55a19d83
commit 554b4d005a

View File

@ -24,9 +24,7 @@ watch.watchTree(str, (f: any, curr: fs.Stats, prev: fs.Stats) => {
watch.watchTree(str, opts, (f: any, curr: fs.Stats, prev: fs.Stats) => {
});
watch.unwatchTree(str => {
});
watch.unwatchTree(str);
watch.createMonitor(str, (monitor: watch.Monitor) => {
});