jester
jester copied to clipboard
Custom routers now get the same default error handling as normal routers
Fixes #211
I don't know if this is the way you'd fix it or not. It pairs the normal matcher and error handler into a tuple which is then passed to initJester. If it's needed for backward compatibility, I could add the original initJester procs back in.