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: distinguish NOT_FOUND from DENIED in list_directory (#468)
* fix: distinguish NOT_FOUND from DENIED in list_directory
When listing a nonexistent directory, the error was reported as
[DENIED] which is misleading — it implies a permission issue rather
than a missing path. Now ENOENT errors produce [NOT_FOUND] with a
clear message, while EPERM/EACCES/ETIMEDOUT remain as [DENIED].
Updated UI parser and renderer to handle the new prefix with a
distinct icon.
* fix: avoid duplicate NOT_FOUND message
0 commit comments