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
At the moment, Žinoma initializes file watchers as it initializes target actors.
The creation of watchers could be delayed until a target is executed for the first time. This would improve the startup time (and the resource usage) of the watch mode.
The text was updated successfully, but these errors were encountered:
This would also fix a bug that occurs when watching directly after a clean: cleaned file are not present from the start, and the watcher currently skips them.
At the moment, Žinoma initializes file watchers as it initializes target actors.
The creation of watchers could be delayed until a target is executed for the first time. This would improve the startup time (and the resource usage) of the watch mode.
The text was updated successfully, but these errors were encountered: