feat(utilities): support old version of nodejs
This commit is contained in:
parent
18e4d69e97
commit
fc8cfd4bdd
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ const isValidSession = function (sessionInfo, filters) {
|
|||
}
|
||||
}
|
||||
}
|
||||
foundAll &&= found;
|
||||
foundAll = foundAll && found;
|
||||
if (!found) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue