Merge pull request #2487 from skriss/fix-error-logging

don't return an error from log hook if value is not an error type
This commit is contained in:
Nolan Brubaker
2020-05-01 16:11:16 -04:00
committed by GitHub
3 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1 @@
bug fix: in error location logging hook, if the item logged under the `error` key doesn't implement the `error` interface, don't return an error since this is a valid scenario