You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add ?? [] guards on all environment manager collection assignments (microsoft#1444)
If any `refresh*` function resolves to `undefined` at runtime, the
subsequent `.map()` / `.filter()` call on `this.collection` throws
`TypeError: Cannot read properties of undefined (reading 'map')` — the
crash reported in microsoft#1440 from the Conda manager.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: edvilme <5952839+edvilme@users.noreply.github.com>
0 commit comments