(...logs)
| 13 | |
| 14 | // log error and exit without new stacktrace |
| 15 | function fatalMessage(...logs) { |
| 16 | console.error(...logs, `\n${feedbackMessage}`) |
| 17 | process.exit(1) |
| 18 | } |
| 19 | |
| 20 | const craTransformsPath = path.join('../lib/cra-to-next') |
| 21 |
no test coverage detected