Closed safareli closed 1 year ago
Without doing this error messages stack trace is lost when it's very important to be able to debug errors.
as type of errorLog is typeof console.error this shouldn't be a breaking of current api as clients are responsible to handle any arguments
typeof console.error
Released in 9.0.0: https://github.com/voxpelli/node-connect-pg-simple/releases/tag/v9.0.0
9.0.0
Without doing this error messages stack trace is lost when it's very important to be able to debug errors.
as type of errorLog is
typeof console.error
this shouldn't be a breaking of current api as clients are responsible to handle any arguments