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

Commit 51a2c124 by Joseph Verburg

Fix logging deprecation warning during sync.

1 parent 0f0a7c36
Showing with 1 additions and 1 deletions
...@@ -364,7 +364,7 @@ module.exports = (function() { ...@@ -364,7 +364,7 @@ module.exports = (function() {
options = Utils._.extend({}, this.options.sync, options) options = Utils._.extend({}, this.options.sync, options)
} }
options.logging = options.logging === undefined ? false : Boolean(options.logging) options.logging = options.logging === undefined ? false : options.logging
var chainer = new Utils.QueryChainer() var chainer = new Utils.QueryChainer()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!