()
| 157 | } |
| 158 | |
| 159 | on() { |
| 160 | const args = arguments; |
| 161 | if (args[0] === 'change' && !this.watchedDir) { |
| 162 | args[0] = 'buildSuccess'; |
| 163 | } |
| 164 | this.watcher.on.apply(this.watcher, args); |
| 165 | } |
| 166 | |
| 167 | off() { |
| 168 | const args = arguments; |
no outgoing calls
no test coverage detected