correcting push not part of string

This commit is contained in:
IgnatzHome 2018-05-19 19:00:20 +02:00
parent b00bd04baa
commit 1854f5c061

View file

@ -134,7 +134,7 @@ class AdvancedFilter {
current = '';
continue;
}
current.push(char);
current += char;
}
if (current !== '')
{