mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-02-26 09:45:46 +07:00
node_modules: update (#263)
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
This commit is contained in:
3
node_modules/minimatch/minimatch.js
generated
vendored
3
node_modules/minimatch/minimatch.js
generated
vendored
@@ -390,6 +390,9 @@ function parse (pattern, isSub) {
|
||||
continue
|
||||
}
|
||||
|
||||
// coalesce consecutive non-globstar * characters
|
||||
if (c === '*' && stateChar === '*') continue
|
||||
|
||||
// if we already have a stateChar, then it means
|
||||
// that there was something like ** or +? in there.
|
||||
// Handle the stateChar, then proceed with this one.
|
||||
|
||||
Reference in New Issue
Block a user