Add error handling for non-function callback by dotob · Pull Request #3561 · brianc/node-postgres
Navigation Menu
{{ message }}
brianc / node-postgres Public
- Notifications You must be signed in to change notification settings
- Fork 1.3k
Open
Add error handling for non-function callback#3561
dotob wants to merge 5 commits intobrianc:masterfrom
Add error handling for non-function callback#3561
dotob wants to merge 5 commits intobrianc:masterfrom
Conversation
Copy link
dotob
commented
Nov 10, 2025
dotob
commented
catch callback not a function earlier to get a proper callstack. later when executing the callback the stack may be wrong/insufficient.
dotob added 5 commits
November 10, 2025 12:22catch callback not a function earlier to get a proper callstack. later when executing the callback the stack may be wrong/insufficient.
Copy link
Author
dotob
commented
Nov 11, 2025
dotob commented
Nov 11, 2025this may fix: #1184
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment