()
| 165 | } |
| 166 | |
| 167 | off() { |
| 168 | const args = arguments; |
| 169 | if (args[0] === 'change' && !this.watchedDir) { |
| 170 | args[0] = 'buildSuccess'; |
| 171 | } |
| 172 | this.watcher.off.apply(this.watcher, args); |
| 173 | } |
| 174 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected