added Error cause

This commit is contained in:
Fabrice Bellard
2024-01-02 16:08:08 +01:00
parent 2ee6be705f
commit 5c120cd471
4 changed files with 23 additions and 8 deletions

View File

@@ -82,6 +82,7 @@ DEF(length, "length")
DEF(fileName, "fileName")
DEF(lineNumber, "lineNumber")
DEF(message, "message")
DEF(cause, "cause")
DEF(errors, "errors")
DEF(stack, "stack")
DEF(name, "name")