(exitFunction)
| 83 | } |
| 84 | |
| 85 | async function confirmContinue(exitFunction) { |
| 86 | await confirm('Continue the release?', exitFunction); |
| 87 | } |
| 88 | |
| 89 | async function execRead(command, options) { |
| 90 | const {stdout} = await exec(command, options); |
no test coverage detected