Build lib

This commit is contained in:
Óscar San José
2025-09-26 16:45:21 +02:00
parent f19a3e769f
commit 2f0649510e
10 changed files with 10 additions and 10 deletions

2
lib/upload-lib.js generated
View File

@@ -35688,7 +35688,7 @@ var require_brace_expansion = __commonJS({
var isSequence = isNumericSequence || isAlphaSequence;
var isOptions = m.body.indexOf(",") >= 0;
if (!isSequence && !isOptions) {
if (m.post.match(/,.*\}/)) {
if (m.post.match(/,(?!,).*\}/)) {
str2 = m.pre + "{" + m.body + escClose + m.post;
return expand(str2);
}