Bugfix/188 catch hook issues
Provide a general summary of your changes in the Title above.
Important
Mark with [x] to select. Leave as [ ] to unselect. If possible; include a screenshot or gif of the change you've made
Motivation and Context
Each item you can check should be described in the Description section.
- [ ] Why is this change required? What problem does it solve?
- [x ] If it fixes an open issue, include the text
Closes issue #1(where 1 would be the issue number) to your commit message.
Types of changes
What types of changes does your code introduce? Check all the boxes that apply:
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Cleanup (non-breaking change which cleans up the code)
Final checklist
Go over all the following points and check all the boxes that apply. If you're unsure about any of these, don't hesitate to ask. We're here to help! Various areas of the codebase have been worked on by different people in recent years, so if you are unfamiliar with the general area you're working in, please feel free to chat with people who have experience in that area.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [x ] I have tested the functionality
- [ ] I have added tests for this functionality
Your pull request will be tested via Travis CI to automatically indicate that your changes do not prevent compilation.
If it reports back that there are problems, you go to the Travis system and check the log report for your pull request to see what the problem was. If you add new code to fix a Travis building issue/problem, then take note that you need to check the next pull request in the Travis system. Travis issue numbers are different from GitHub issue numbers.
Description
...
Please use the following coding styles: https://github.com/Parabot/coding-styles
@JKetelaar Good to go
This has never been tested I think, so I'll first run a few tests myself. Thanks for the review @Shadowrs