Skip to content

docs: missing semicolons #1480

@mattikl

Description

@mattikl

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions