Skip to content

Commit 26b5a94

Browse files
brianccharmander
andauthored
Update packages/pg/lib/client.js
Co-authored-by: Charmander <[email protected]>
1 parent 00a44a8 commit 26b5a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg/lib/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ class Client extends EventEmitter {
583583
result = new this._Promise((resolve, reject) => {
584584
query.callback = (err, res) => (err ? reject(err) : resolve(res))
585585
}).catch((err) => {
586-
// replace the stack trace that leads to \`TCP.onStreamRead\` with one that leads back to the
586+
// replace the stack trace that leads to `TCP.onStreamRead` with one that leads back to the
587587
// application that created the query
588588
Error.captureStackTrace(err)
589589
throw err

0 commit comments

Comments
 (0)