Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix segfault when errors happen while compiling a path-ref node
node::parse will return 0 instead of a valid pointer if the node it parsed was ultimately not valid. This bit failed to check for that.
- Loading branch information