Corrected typo

This commit is contained in:
git
2014-11-20 22:02:42 +01:00
parent 0b5a8bf5db
commit 3d55a19d83
+1 -1
View File
@@ -24,7 +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) => {