From 554b4d005a7684171df16be71efb8b1225522482 Mon Sep 17 00:00:00 2001 From: git Date: Thu, 20 Nov 2014 22:13:48 +0100 Subject: [PATCH] Corrected more errors --- watch/watch-tests.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/watch/watch-tests.ts b/watch/watch-tests.ts index 974176a965..d6be4092dc 100644 --- a/watch/watch-tests.ts +++ b/watch/watch-tests.ts @@ -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) => { });