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
refactor(R): use custom error class for x64-on-ARM detection
Replace string matching with type-safe instanceof checks:
- Add WindowsArmX64RError custom error class
- Update checkWindowsArmR() to throw custom error
- Replace e.message.includes() checks with instanceof
More robust and follows TypeScript best practices.
0 commit comments