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 debug logging condition and consolidate duplicated logic in dlx.mts
- Changed condition from 'CI && VITEST' (string constants that are always truthy)
to 'constants.ENV.CI && constants.ENV.VITEST' (actual boolean environment values)
- Created logSpawnOutput() helper function to consolidate duplicated debug logging
logic between success and error paths
0 commit comments