fixed regression in error message display introduced in commit 42eb279

This commit is contained in:
Fabrice Bellard
2025-10-12 13:23:50 +02:00
parent eb9fa2b8da
commit 63450099a3
3 changed files with 32 additions and 26 deletions

View File

@@ -256,6 +256,7 @@ DEF(SyntaxError, "SyntaxError")
DEF(TypeError, "TypeError")
DEF(URIError, "URIError")
DEF(InternalError, "InternalError")
DEF(AggregateError, "AggregateError")
/* private symbols */
DEF(Private_brand, "<brand>")
/* symbols */