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
Temporary fix: set blacklist pattern to something that is a valid glob pattern but doesn't match any of the files, example: [ "**/path/that_doesnt/exist/*" ]
.forEach
loop isn't entered sincethis._blacklistPattern
is an empty array.promises
array multiple times. A return after line 164 would probably fix this.At
src/classes/FolderDaemon.js:157
The text was updated successfully, but these errors were encountered: