fix(core): Improve async handling in TsWatch class for element and website modes

This commit is contained in:
2024-12-04 23:09:54 +01:00
parent 62d1fe0a35
commit 17ee959980
3 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2024-12-04 - 2.0.33 - fix(core)
Improve async handling in TsWatch class for element and website modes
- Ensured proper asynchronous execution for 'element' and 'website' watch modes.
- Replaced console log with logger for consistency.
## 2024-12-04 - 2.0.32 - fix(core)
Minor improvements and dependency updates