You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
datasource: refactor to use Config::WatchedDirectory directly as it's already exception-free (#41818)
## Description
This PR resolves an old TODO around using `Config::WatchedDirectory`
instead of directly creating a watcher as `Config::WatchedDirectory` is
already exception-free now.
---
**Commit Message:** datasource: refactor to make watched directory
exception-free
**Additional Description:** Use `Config::WatchedDirectory` instead of
directly creating a watcher as `Config::WatchedDirectory` is already
exception-free.
**Risk Level:** Low
**Testing:** Added Tests
**Docs Changes:** N/A
**Release Notes:** N/A
---------
Signed-off-by: Rohit Agrawal <[email protected]>
Co-authored-by: code <[email protected]>
0 commit comments