JSONPath-Plus / JSONPath

A fork of JSONPath from http://goessner.net/articles/JsonPath/
Other
958 stars 169 forks source link

Only throw errors don't log them to the console #170

Closed sh33dafi closed 2 years ago

sh33dafi commented 2 years ago

Motivation

Remove console error when error is thrown

Current behavior

Currently when the json path expression is incorrect an error is thrown and the error is logged to the console. This can pollute a users browser console in the browser or logging in general

Desired behavior

Only the error should be thrown

Alternatives considered

none

brettz9 commented 2 years ago

Fixed by #171