зеркало из https://github.com/Azure/sway.git
Check array match for the errors.
This commit is contained in:
Родитель
ddf2faaa57
Коммит
b83db3682b
|
@ -204,8 +204,8 @@ function shouldSkipValidate (options, errors) {
|
|||
return options &&
|
||||
Array.isArray(options.includeErrors) &&
|
||||
options.includeErrors.length > 0 &&
|
||||
errors.some(function (err) {
|
||||
return options.includeErrors.includes(err);
|
||||
!errors.some(function (err) {
|
||||
return !options.includeErrors.includes(err);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче