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
fix: use regexp2 instead of regexp in getWildcardDirectories
Switch from Go's standard regexp package to regexp2 with ECMAScript mode
to properly handle Unicode characters in file paths. The standard regexp
package doesn't support ECMAScript regex semantics, which the original
code was trying to emulate.
0 commit comments