fix(fs): Handle errors in toObjectSync method

This commit is contained in:
2024-12-15 21:40:19 +01:00
parent b55a3eb83f
commit f95c5c9a15
5 changed files with 3852 additions and 517 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 2024-12-15 - 11.0.23 - fix(fs)
Handle errors in toObjectSync method
- Added error handling in toObjectSync function to capture and provide more informative error messages.
## 2024-06-23 - 11.0.22 - fix(core)
Update dependencies and changelog