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
Fix always removing current ProfileNode
We weren't checking if `ProfileNode::ret` returned `true`. In other
words, we'd move back up the tree early for recursive calls.
This resolves issue #4.
The following code:
Panics with:
Renaming the inner
Reading
toReading2
fixed the issue.The text was updated successfully, but these errors were encountered: