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
On MacOS 10.13.3, node v9.2.0, as suggested in #34 I use -d 0 to get add and unlink events. However using concurrently I get unlink/add pair for first rename, but not for consequent renames.
Hi,
On MacOS 10.13.3, node v9.2.0, as suggested in #34 I use
-d 0
to getadd
andunlink
events. However using concurrently I get unlink/add pair for first rename, but not for consequent renames.concurrently "echo log: {event} {path}"
First rename:
Second and consequent renames:
Any suggestion?
The text was updated successfully, but these errors were encountered: