commit
eb5416be94
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ function parse(expr) {
|
|||
|
||||
let result = expr.match(reg);
|
||||
|
||||
if (!result) return;
|
||||
if (!result) return [];
|
||||
result.shift();
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue