fix(changecache/prettier): Skip directories during file processing to prevent errors in changecache and prettier formatting

This commit is contained in:
2025-08-08 05:18:19 +00:00
parent 49a5a66440
commit 83d374dffd
4 changed files with 38 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-08-08 - 1.16.3 - fix(changecache/prettier)
Skip directories during file processing to prevent errors in changecache and prettier formatting
- Removed unnecessary await on synchronous file reads in changecache
- Added directory checks in changecache to immediately skip directories
- Filtered out directories in prettier formatter to avoid processing non-files
## 2025-08-07 - 1.16.2 - fix(format)
Fix format command confirmation prompt to correctly check user response