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
The excludeFiles = '/**' effectively excluded the entire mount (correct), but due to a logic error in the code, we skipped all the other content mounts mounted to the same target root.
I don't suspect this to be a common setup, though.
The text was updated successfully, but these errors were encountered:
Discovered while adding test cases for #12912.
A little hard to explain, but this test setup did not work as expected:
The
excludeFiles = '/**'
effectively excluded the entire mount (correct), but due to a logic error in the code, we skipped all the other content mounts mounted to the same target root.I don't suspect this to be a common setup, though.
The text was updated successfully, but these errors were encountered: