mirror of
https://github.com/ls125781003/tvboxtg.git
synced 2025-10-29 21:02:36 +00:00
Add files via upload
This commit is contained in:
@@ -246,7 +246,7 @@
|
||||
//simplify logical grouping
|
||||
while (term !== (term = term.replace(/\(i(%i)*\)/g, 'i'))) ;
|
||||
if (!term.match(/^i(%i)*/)) {
|
||||
throw new Error('Invalid expression: ' + src + " " + term);
|
||||
throw new Error('Invalid expression: ' + src + " " + term);
|
||||
}
|
||||
});
|
||||
parsed3.src = parsed3.src.replace(VARIABLES, this.parseVar.bind(this));
|
||||
|
||||
Reference in New Issue
Block a user