()
| 967 | const promise = installLatestImpl(channelOrVersion, forceReinstall) |
| 968 | inFlightInstall = promise |
| 969 | const clear = (): void => { |
| 970 | inFlightInstall = null |
| 971 | } |
| 972 | void promise.then(clear, clear) |
| 973 | return promise |
| 974 | } |
nothing calls this directly
no outgoing calls
no test coverage detected