mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
code cleanup
This commit is contained in:
parent
21879edc24
commit
c41c304c7e
@ -152,7 +152,9 @@ p.parseMessage = function() {
|
||||
this.lastOffset = this.offset;
|
||||
return;
|
||||
}
|
||||
|
||||
var id = this.readChar();
|
||||
|
||||
var message = {
|
||||
id: id,
|
||||
name: messageNames[id],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user