Skip to content

Commit 8c10612

Browse files
committed
Merge pull request brianc#729 from wallymathieu/patch-1
In order for the command line execution to finish
2 parents 44eaaf6 + 6180beb commit 8c10612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ pg.connect(conString, function(err, client, done) {
3434
}
3535
console.log(result.rows[0].number);
3636
//output: 1
37+
client.end();
3738
});
3839
});
3940
```

0 commit comments

Comments
 (0)