mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(util) execOnMatch: isMatch -> match
This commit is contained in:
parent
9d3e7a84f6
commit
d75fb18b62
1 changed files with 1 additions and 1 deletions
|
|
@ -831,7 +831,7 @@
|
|||
match = name.match(new RegExp(exp));
|
||||
func = funcsObj[name];
|
||||
|
||||
if (isMatch)
|
||||
if (match)
|
||||
Util.exec(func, match);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue