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
Unfortunately, it's likely the only resolution to this PR is changing your expectations. While the fs module does have a recursive option it only works on Mac OS and Windows platforms.
* refactor config.js as es6 class
* use path.resolve instead of ./dir/file
* test: replace a few functions with fat arrows
* watch: recursive=true, fixesharaka/Haraka#2566
* permit retrieval of fully qualified path, fixesharaka/Haraka#2521
system info
Expected behavior
Reload config file on change it
Observed behavior
When file is changed not reloaded
Steps to reproduce
Creat a plugin with with the config file in a subdirectory
On change the file mysubdirectory/acl.ini the config file is not reloaded in haraka.
The text was updated successfully, but these errors were encountered: