(relativePath)
| 21 | } |
| 22 | |
| 23 | didChange(relativePath) { |
| 24 | this.ui.writeLine(`File changed: "${relativePath}"`); |
| 25 | } |
| 26 | |
| 27 | didAdd(relativePath) { |
| 28 | this.ui.writeLine(`File added: "${relativePath}"`); |
nothing calls this directly
no outgoing calls
no test coverage detected