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

Commit 4b0171b2 by Thaddeus Quintin

Merge branch 'master' into pass-options-to-get-tablename

2 parents 6a36800f bf3be422
Showing with 3 additions and 0 deletions
......@@ -1056,6 +1056,9 @@ module.exports = (function() {
if (last && Utils._.isPlainObject(last) && last.hasOwnProperty('logging')) {
options = last;
// remove options from set of logged arguments
args.splice(args.length-1, 1);
} else {
options = this.options;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!