Fix lint issue

This commit is contained in:
Zhengbo Li 2016-01-12 00:17:38 -08:00
parent 114d2bd66d
commit d22626f32d

View file

@ -329,8 +329,8 @@ namespace ts {
}
const watcher: DirectoryWatcher = _fs.watch(
dirPath,
{ persistent: true },
dirPath,
{ persistent: true },
(eventName: string, relativeFileName: string) => fileEventHandler(eventName, relativeFileName, dirPath)
);
watcher.referenceCount = 1;