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: add normalizePath to traverseForWrapper for Windows compatibility
traverseForWrapper was extracted from base_java.js but the normalizePath
call (lowercases paths on Windows for case-insensitive comparison) was
left behind. Move normalizePath into tools.js and call it inside
traverseForWrapper so all callers get normalization automatically.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments