* @param {string} err the error message
(err)
| 157 | * @param {string} err the error message |
| 158 | */ |
| 159 | function onError(err) { |
| 160 | console.error(err); |
| 161 | console.error(''); |
| 162 | process.exit(1); |
| 163 | } |
| 164 | |
| 165 | async function cleanupAndPrepareReportsDir() { |
| 166 | try { |
no test coverage detected