Skip to content

Instantly share code, notes, and snippets.

@myndzi
Created August 2, 2016 20:12
Show Gist options
  • Save myndzi/ce5e6bd434ea4fbb327dc234fca0161c to your computer and use it in GitHub Desktop.
Save myndzi/ce5e6bd434ea4fbb327dc234fca0161c to your computer and use it in GitHub Desktop.
myndzi@seckzi:~/test$ node foo
pg pool: function (options) {
var config = { Client: Client };
for (var key in options) {
config[key] = options[key];
}
Pool.call(this, config);
}
myndzi@seckzi:~/test$ npm ls
[email protected] /home/myndzi/test
└── [email protected] extraneous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment