(installationMethod)
| 6238 | } |
| 6239 | |
| 6240 | function getUpdateInstaller(installationMethod) { |
| 6241 | // Windows |
| 6242 | if (installationMethod === 'msi') { |
| 6243 | return (_constants || _load_constants()).YARN_INSTALLER_MSI; |
| 6244 | } |
| 6245 | |
| 6246 | return null; |
| 6247 | } |
| 6248 | |
| 6249 | function normalizeFlags(config, rawFlags) { |
| 6250 | const flags = { |
no test coverage detected