fix(unpack): catch unpack errors and add verbose unpack logging

This commit is contained in:
2026-03-05 12:29:11 +00:00
parent 7aec1548eb
commit 856099b5ed
4 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-05 - 4.1.8 - fix(unpack)
catch unpack errors and add verbose unpack logging
- Wrap performUnpack call in the compiler to catch and log exceptions so unpack failures don't crash the process
- Log the number of directories and files being unpacked when moving nested contents to aid debugging
## 2026-03-05 - 4.1.7 - fix(fs/compiler/unpack)
robustify directory removal and remove noisy diagnostic logging