(file)
| 203 | var self = this |
| 204 | , dir = process.cwd() |
| 205 | , callback = function (file) { |
| 206 | _monitorProcesses.call(self, {manualRotate: true}); |
| 207 | } |
| 208 | , watchConfig = this.config.watch |
| 209 | , files = watchConfig.files |
| 210 | , opts = { |
no outgoing calls
no test coverage detected