-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Milestone
Description
I noticed some missing semicolons in https://node-postgres.com/features/pooling:
(async () => {
These lines need a semicolon before them, otherwise they get parsed as a function invocation on the previous line. This causes errors that might be very confusing for someone trying to learn the topics.
Btw, great job on the docs!
andriyor
Metadata
Metadata
Assignees
Labels
No labels