CoderDojoPotsdam / regex-tutorial

Interactive Tutorial for Regular Expressions | Interaktives Tutorial für Reguläre Ausdrücke
https://coderdojopotsdam.github.io/regex-tutorial
11 stars 17 forks source link

fix: display error message (again) when regular expression contains errors #120

Closed moormaster closed 5 months ago

moormaster commented 5 months ago

Fixes the JavaScript error while trying to access the undeclared Array errorMessages if the regular expression entered contained errors. That error caused the translated error message to not be shown at all.