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
constlist=awaitglob('*',{onlyDirectories: true,cwd: process.cwd()+'/src'});// Using fast-glob and tinyglobby yields the following different results:['a','b','c']// fast-glob['a/','b/','c/']// tinyglobby