I just noticed a few instances of unwrap() and expect() in peach-lib.
We need to handle those errors in a way which doesn't cause the calling application to panic.
I just noticed a few instances of `unwrap()` and `expect()` in peach-lib.
We need to handle those errors in a way which doesn't cause the calling application to panic.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I just noticed a few instances of
unwrap()andexpect()in peach-lib.We need to handle those errors in a way which doesn't cause the calling application to panic.
Dealt with in PR#38.