Changes are not detected when watched directory is recreated
slavafomin opened this issue · 0 comments
slavafomin commented
When runnning in watch mode, forever
will stop to detect changes after the directory being watched is deleted and created again.
I believe the issue is that filesystem watchers are added to the directory during the launch and are not reset after the directory is re-created.