不要怂,就是干,撸起袖子干!

Commit 7ea1f5f4 by sdepold

formatting + logging info

1 parent 2135e2f4
Showing with 5 additions and 0 deletions
......@@ -21,6 +21,11 @@ module.exports = (function() {
this.options.logging = console.log
}
if(this.options.logging == console.log) {
// using just console.log will break in node < 0.6
this.options.logging = function(s) { console.log(s) }
}
this.config = {
database: database,
username: username,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!