hookrouter
hookrouter copied to clipboard
Fix the `wth` Exception
This PR fixes #109 and #51.
The issue is caused by the stack
being modified while it's been processed.
The fix is to simply ignore stack entries that are no longer existing.