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 OInstance.cpp: Use m_devSettings instead of devSettings parameter
Address PR review comment from @anupriya13:
- Changed 'devSettings' to 'm_devSettings' in bundle path validation error callback
- This ensures we're using the member variable consistently throughout the class
- devSettings parameter is not in scope at this point in the function
0 commit comments