()
| 33 | if ($[0] === Symbol.for("react.memo_cache_sentinel")) { |
| 34 | t1 = () => { |
| 35 | const checkInstallation = async function checkInstallation() { |
| 36 | if (feature("SKIP_DETECTION_WHEN_AUTOUPDATES_DISABLED") && isAutoUpdaterDisabled()) { |
| 37 | logForDebugging("AutoUpdaterWrapper: Skipping detection, auto-updates disabled"); |
| 38 | return; |
| 39 | } |
| 40 | const installationType = await getCurrentInstallationType(); |
| 41 | logForDebugging(`AutoUpdaterWrapper: Installation type: ${installationType}`); |
| 42 | setUseNativeInstaller(installationType === "native"); |
| 43 | setIsPackageManager(installationType === "package-manager"); |
| 44 | }; |
| 45 | checkInstallation(); |
| 46 | }; |
| 47 | t2 = []; |
no test coverage detected