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 a77b316 commit 099cc6aCopy full SHA for 099cc6a
packages/pg/lib/connection.js
@@ -40,7 +40,7 @@ class Connection extends EventEmitter {
40
41
this._connecting = true
42
this.stream.setNoDelay(true)
43
- this.stream.connect({port, host})
+ this.stream.connect(port, host)
44
45
this.stream.once('connect', function () {
46
if (self._keepAlive) {
0 commit comments