Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web: don't fail when
name.text
is undefined (#261)
The check here is that `node.name` can be undefined; we then know that the node is private. But `node.name.text` can be undefined, and that should also not throw an exception at this check. I've added a small check to ensure this won't throw.
- Loading branch information