Skip to content

Commit 823df85

Browse files
committed
Merge pull request microsoft#6852 from viispade/erase-watcherPath-comment
Delete mention of nonexistent watcherPath param
2 parents bd3e9f2 + 8e472db commit 823df85

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/compiler/sys.ts

-3
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,6 @@ namespace ts {
373373
}
374374
}
375375

376-
/**
377-
* @param watcherPath is the path from which the watcher is triggered.
378-
*/
379376
function fileEventHandler(eventName: string, relativeFileName: string, baseDirPath: Path) {
380377
// When files are deleted from disk, the triggered "rename" event would have a relativefileName of "undefined"
381378
const filePath = typeof relativeFileName !== "string"

0 commit comments

Comments
 (0)