wordplaydev / wordplay

An accessible, language-inclusive programming language and IDE for creating interactive typography on the web.
Other
55 stars 19 forks source link

move printAccessibilityScanResults outside of try/catch block #421

Closed meepsterleapster closed 3 months ago

meepsterleapster commented 3 months ago

This change is to move printAccessibilityScanResults() outside of the try/catch block. Otherwise failed test would cause the program to incorrectly print "no subtitles found", because it would be executed in the catch block without causing an error.

This is a minor revision of PR #400