We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a44a8 commit 26b5a94Copy full SHA for 26b5a94
packages/pg/lib/client.js
@@ -583,7 +583,7 @@ class Client extends EventEmitter {
583
result = new this._Promise((resolve, reject) => {
584
query.callback = (err, res) => (err ? reject(err) : resolve(res))
585
}).catch((err) => {
586
- // replace the stack trace that leads to \`TCP.onStreamRead\` with one that leads back to the
+ // replace the stack trace that leads to `TCP.onStreamRead` with one that leads back to the
587
// application that created the query
588
Error.captureStackTrace(err)
589
throw err
0 commit comments