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

Commit 35c4f0e4 by Mick Hansen

Merge pull request #5069 from scragg0x/patch-1

Return null to tell Bluebird non-return is intentional
2 parents 8559e7f1 d563f8a0
Showing with 1 additions and 0 deletions
...@@ -229,6 +229,7 @@ Query.prototype.run = function(sql, parameters) { ...@@ -229,6 +229,7 @@ Query.prototype.run = function(sql, parameters) {
self.database[method](self.sql, parameters, afterExecute); self.database[method](self.sql, parameters, afterExecute);
} }
})); }));
return null;
} }
}; };
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!