Skip to content

Error.cause support

Philip Chimento requested to merge ptomato/gjs:454-error-cause into master

Print Error.cause when logging. Append second exceptions to the cause chain when throwing with gjs_throw() instead of dropping them.

Closes: #454 (closed)

Merge request reports