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
Currently we catch anything that goes wrong on save, to include failure of sendResponse. Because we have already successfully saved the replay we don't need to consider this a failure, since it's just the display of successful save to the user. Likewise for replay import, no point reporting failure there.
The text was updated successfully, but these errors were encountered:
Currently we catch anything that goes wrong on save, to include failure of
sendResponse
. Because we have already successfully saved the replay we don't need to consider this a failure, since it's just the display of successful save to the user. Likewise for replay import, no point reporting failure there.The text was updated successfully, but these errors were encountered: