Hello,
Is that possible in handlers to have a list of files changed by task(s) calling it?
If not, perhaps there is some tricks?
Asking because I need to reload feeding changed (and only changed) files to a daemon.
Thank you.
Hello,
Is that possible in handlers to have a list of files changed by task(s) calling it?
If not, perhaps there is some tricks?
Asking because I need to reload feeding changed (and only changed) files to a daemon.
Thank you.
Add a register to the task making the changes, and then inspect the registered var in the handler.