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
Now the current errors (CanceledError, AggregateError) are custom classes without detail stacktrace information. We need to make it a more standard error. The easiest way is to set the prototype to a new Error.
The text was updated successfully, but these errors were encountered:
Now the current errors (
CanceledError
,AggregateError
) are custom classes without detail stacktrace information. We need to make it a more standard error. The easiest way is to set the prototype to anew Error
.The text was updated successfully, but these errors were encountered: