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
fix: remove unnecessary recursive flag from fs.readdir calls
- Remove recursive: true from checkRulesDirectoryHasContent()
- Remove recursive: true from exportModeWithRules()
- Code only processes files at root level, recursive flag was misleading
0 commit comments