()
| 53 | } |
| 54 | |
| 55 | export async function runInjectStep() { |
| 56 | const target = targetTriple(); |
| 57 | await ensureBlobExists(); |
| 58 | await copyNodeExecutable(target); |
| 59 | await removeSignatureIfNeeded(target); |
| 60 | await injectSeaBlob(target); |
| 61 | } |
| 62 | |
| 63 | if (import.meta.url === `file://${process.argv[1]}`) { |
| 64 | await runInjectStep(); |
no test coverage detected