Skip to content

Add error handling for non-function callback #1503

Add error handling for non-function callback

Add error handling for non-function callback #1503

Triggered via pull request November 10, 2025 12:54
@dotobdotob
synchronize #3561
dotob:patch-1
Status Failure
Total duration 1m 6s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint
Process completed with exit code 1.
lint: packages/pg/lib/client.js#L592
Replace `(·!(typeof·values·===·'function')·)` with `·(!(typeof·values·===·'function'))·`