* Report the up-to-date status of a project if we're in verbose mode
(state, configFileName, status)
| 125577 | * Report the up-to-date status of a project if we're in verbose mode |
| 125578 | */ |
| 125579 | function verboseReportProjectStatus(state, configFileName, status) { |
| 125580 | if (state.options.verbose) { |
| 125581 | reportUpToDateStatus(state, configFileName, status); |
| 125582 | } |
| 125583 | } |
| 125584 | })(ts || (ts = {})); |
| 125585 | var ts; |
| 125586 | (function (ts) { |
no test coverage detected