fix(fshelpers): remove outdated comment about using synchronous rm to avoid XFS metadata corruption

This commit is contained in:
2026-03-05 16:00:01 +00:00
parent fb5421a8c4
commit f8f20be4f4
3 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-05 - 4.2.4 - fix(fshelpers)
remove outdated comment about using synchronous rm to avoid XFS metadata corruption
- Comment-only change in ts/mod_fs/classes.fshelpers.ts; no runtime or API behavior changes
- Bump patch version from 4.2.3 to 4.2.4
## 2026-03-05 - 4.2.3 - fix(compiler)
defer unpacking until after all compilations and remove diagnostic filesystem syncs to avoid XFS metadata visibility issues