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
All the examples show scanning the default folder. The docs vaguely indicate that I can modify glob.options.cwd, but it doesn't seem to do the trick. Specifying an absolute folder like /users/Kristian/** doesn't work either. Am I supposed to run process.chdir() to scan a specific folder?
The text was updated successfully, but these errors were encountered:
All the examples show scanning the default folder. The docs vaguely indicate that I can modify
glob.options.cwd
, but it doesn't seem to do the trick. Specifying an absolute folder like/users/Kristian/**
doesn't work either. Am I supposed to runprocess.chdir()
to scan a specific folder?The text was updated successfully, but these errors were encountered: