Skip to content

Commit 8e472db

Browse files
author
Tim Viiding-Spader
committed
Delete mention of nonexistent watcherPath param
It doesn't exist now. It didn't exist in the commit that first mentioned it.
1 parent 0855933 commit 8e472db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/compiler/sys.ts

Lines changed: 0 additions & 3 deletions
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)