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
Harden CPU count and cache key; set exit code on compiler close errors
Safely detect CPU count with try/catch fallback to avoid init crashes. Use a filesystem-safe cache key by joining parts with '__'. Mark
process exit code when compiler.close reports an error in prod and ensure unhandled build failures exit non-zero.
0 commit comments