Delete mention of nonexistent watcherPath param

It doesn't exist now.

It didn't exist in the commit that first mentioned it.
This commit is contained in:
Tim Viiding-Spader
2016-02-02 15:44:47 -06:00
parent 0855933757
commit 8e472db66f
-3
View File
@@ -373,9 +373,6 @@ namespace ts {
}
}
/**
* @param watcherPath is the path from which the watcher is triggered.
*/
function fileEventHandler(eventName: string, relativeFileName: string, baseDirPath: Path) {
// When files are deleted from disk, the triggered "rename" event would have a relativefileName of "undefined"
const filePath = typeof relativeFileName !== "string"