-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
This commit introduced redaction of URL details in this file packages/pg-connection-string/index.js:
7ab5923#diff-08a5e82487ebd9b43751630019753901fae0a111f8d009ad2e9d194445e96922
This is good, but the problem is that the error is not thrown anymore. It's just caught and modified, but the modified error is not thrown again. The actual error that is thrown is TypeError: Cannot read properties of undefined (reading 'searchParams')
, which is not helpful at all.
dunghuynh-kdi