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
hs project watch does not watch for the addDir event which can lead to confusion or errors when deleting a folder because we do watch for unlinkDir.
The other weird quirk here is that when you create a new folder in Mac Finder, it created a folder called "Untitled Folder" first and when you rename it, it deletes that folder and creates a new one. So 3 events reported for one "action".
Steps to reproduce
Expected behavior
Screenshots
Who to Notify
The text was updated successfully, but these errors were encountered:
Description and Context
hs project watch
does not watch for theaddDir
event which can lead to confusion or errors when deleting a folder because we do watch forunlinkDir
.The other weird quirk here is that when you create a new folder in Mac Finder, it created a folder called "Untitled Folder" first and when you rename it, it deletes that folder and creates a new one. So 3 events reported for one "action".
Steps to reproduce
Expected behavior
Screenshots
Who to Notify
The text was updated successfully, but these errors were encountered: