Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add context to error logged when anchoring fails
If the transcript fails to load in the video player app, it will reject the `contentReady` promise that the client waits on. The client would then cause the error to be thrown from `Guest.anchor`. Catch this error and add context to indicate what has gone wrong.
- Loading branch information