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
If we pass array with one or more invalid path they just just skipped. It may be an issue because after calling require('glob-extra').expandPaths we don't know how many paths are not valid or is there any?
Problem:
If we pass array with one or more invalid
path
they just just skipped. It may be an issue because after callingrequire('glob-extra').expandPaths
we don't know how many paths are not valid or is there any?Example:
Solution:
Make new option
options.errorOnNoMatch
that will throw error it any of array's path do not match file.The text was updated successfully, but these errors were encountered: