VisualSelector+BrowserSteps - When scraping elements, check for null results (#2517)

pull/2521/head
Kenny Root 2024-07-25 05:44:10 -07:00 zatwierdzone przez GitHub
rodzic d23a301826
commit d7e85ffe8f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -214,7 +214,7 @@ if (include_filters.length) {
console.log(e);
}
if (results.length) {
if (results != null && results.length) {
// Iterate over the results
results.forEach(node => {