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 FileList live-reference bug in directory picker
FileList is a live object — e.target.value = "" empties it in place,
so the previous Array.from(files) after the reset always returned [].
Fix by snapshotting to Array before the reset.
Also improve the no-.arrow-files error to list the files that actually
arrived, making it easier to diagnose if the directory structure is
different from what's expected.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments