mjhm / lodash-match-pattern

Deep JSON pattern matching library
MIT License
50 stars 3 forks source link

Missing entries in objects have misleading error messages #24

Open mjhm opened 8 years ago

mjhm commented 8 years ago

Error: {connection: 'close'} didn't match target {connection: undefined}

If possible this should show a line number where the error occurred.