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
markDirectories does not work when the glob is a relative path and absolute is set to true. Digging into the code it looks like the order of operations of Reader.prototype.transform is incorrect causing it to undo the marked directories/
Actual behavior
markDirectories does not work when the glob is a relative path and absolute is set to true. Digging into the code it looks like the order of operations of
Reader.prototype.transform
is incorrect causing it to undo the marked directories/Expected behavior
Code sample
The text was updated successfully, but these errors were encountered: