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
# Chosen Python command tokens (set during validation when Python is selected)
34
30
$script:PY_CMD=@()
35
31
36
-
# ===== Error patterns =====
37
-
$script:WEB_SETUP_ERRORS=@("")
38
-
$script:WEB_LOCAL_ERRORS=@("")
39
-
$script:MOBILE_SETUP_ERRORS=@("")
40
-
$script:MOBILE_LOCAL_ERRORS=@("")
41
-
42
32
# ===== Workspace Management =====
43
33
functionEnsure-Workspace {
44
34
if (!(Test-Path$GLOBAL_DIR)) {
@@ -339,4 +329,38 @@ function Fetch-Plan-Details {
339
329
Log-Line "ℹ️ Plan summary: Web $WEB_PLAN_FETCHED ($TEAM_PARALLELS_MAX_ALLOWED_WEB max), Mobile $MOBILE_PLAN_FETCHED ($TEAM_PARALLELS_MAX_ALLOWED_MOBILE max)"$GLOBAL_LOG
0 commit comments