(message)
| 19 | const checksumPath = `${artifactPath}.sha256`; |
| 20 | |
| 21 | function fail(message) { |
| 22 | console.error(message); |
| 23 | process.exit(1); |
| 24 | } |
| 25 | |
| 26 | async function sha256(path) { |
| 27 | return await new Promise((resolveHash, reject) => { |
no test coverage detected