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
Fixes Recorder not documenting all acceptable files to stat files.
Fixes issue where if parent & child directory have the same name it causes the child directory to be ignored. Instead, Zeiver would combine the two directory paths.
Ex: coolfolder/coolfolder
Since the parent has the same name as the child, Zeiver would instead combine the two paths like so coolfolder/. This is fixed!