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

Commit 506be50e by Sascha Depold

booleanize

1 parent 35f9aca2
Showing with 2 additions and 1 deletions
......@@ -56,7 +56,8 @@ module.exports = (function() {
var connectCallback = function(err, client) {
self.isConnecting = false
if (err) {
if (!!err) {
throw err
} else if (client) {
client.query("SET TIME ZONE 'UTC'")
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!