(entry)
| 103 | // mid-index, shredding the progress UI. The bundled node.exe is always new |
| 104 | // enough for both flags. |
| 105 | function liftoff(entry) { |
| 106 | return ['--liftoff-only', '--disable-warning=ExperimentalWarning', entry].concat(process.argv.slice(2)); |
| 107 | } |
| 108 | |
| 109 | // Download + cache the platform bundle from GitHub Releases. Returns |
| 110 | // {command, args}; exits the process with guidance if it can't. |
no outgoing calls
no test coverage detected