Merge pull request #6852 from viispade/erase-watcherPath-comment

Delete mention of nonexistent watcherPath param
This commit is contained in:
Mohamed Hegazy
2016-02-02 14:58:06 -08:00

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"