You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The context option was implemented before verror's info option was available. Now that it's available upstream we should try and use that under the hood instead. Some implications in terms of how to access the context property and inspect it (verror uses a static method verror.info()). Should be able to continue to use the same serializer, however, since it already supports verror's info field.
The
context
option was implemented before verror'sinfo
option was available. Now that it's available upstream we should try and use that under the hood instead. Some implications in terms of how to access the context property and inspect it (verror uses a static methodverror.info()
). Should be able to continue to use the same serializer, however, since it already supports verror'sinfo
field.Replaces #55
The text was updated successfully, but these errors were encountered: