mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-29 17:31:36 +00:00
1.1.15
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@@ -21388,11 +21388,12 @@ var require_cjs2 = __commonJS({
|
||||
continue;
|
||||
}
|
||||
case ")": {
|
||||
const plEntry = patternListStack.pop();
|
||||
const plEntry = patternListStack[patternListStack.length - 1];
|
||||
if (inClass || !plEntry) {
|
||||
re += "\\)";
|
||||
continue;
|
||||
}
|
||||
patternListStack.pop();
|
||||
clearStateChar();
|
||||
hasMagic = true;
|
||||
pl = plEntry;
|
||||
|
||||
Reference in New Issue
Block a user