()
| 204 | } |
| 205 | |
| 206 | func (w *Watcher) comparePathsOptions() tspath.ComparePathsOptions { |
| 207 | return tspath.ComparePathsOptions{ |
| 208 | UseCaseSensitiveFileNames: w.sys.FS().UseCaseSensitiveFileNames(), |
| 209 | CurrentDirectory: w.sys.GetCurrentDirectory(), |
| 210 | } |
| 211 | } |
| 212 | |
| 213 | func (w *Watcher) DoCycle() { |
| 214 | w.wm.Lock() |
no test coverage detected