mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(util) checkExt: !!isMatch -> isMatch
This commit is contained in:
parent
4f3f7f4a36
commit
eb192455fb
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
break;
|
||||
}
|
||||
|
||||
return !!isMatch;
|
||||
return isMatch;
|
||||
};
|
||||
|
||||
this.check = new checkProto();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue