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 (1.0.2), each of these events is forwarded to the callback independently. But the originate in pairs. This extra information could be useful to interpret events in 2 ways:
Either in the lib itself, reducing 2 renamed events to a single renamed from ... to ...
In the client, when we forward not single events but the original pairs, too
File modifications from TextEdit produce this log output:
At the moment (1.0.2), each of these events is forwarded to the callback independently. But the originate in pairs. This extra information could be useful to interpret events in 2 ways:
renamed
events to a singlerenamed from ... to ...
Both ways enable us to interpret
... as "texteditfile.txt is renamed to texteditfile.txt.sb-56afa5c6-SOiDRl".
The text was updated successfully, but these errors were encountered: