From 3d55a19d83c4a646895ef73185c5287fe2803c6b Mon Sep 17 00:00:00 2001 From: git Date: Thu, 20 Nov 2014 22:02:42 +0100 Subject: [PATCH] Corrected typo --- watch/watch-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch/watch-tests.ts b/watch/watch-tests.ts index 4321632f4..974176a96 100644 --- a/watch/watch-tests.ts +++ b/watch/watch-tests.ts @@ -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) => {