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

Commit b4361e6a by Sascha Depold

fixed logging

1 parent c15eacdd
Showing with 1 additions and 1 deletions
......@@ -15,7 +15,7 @@ describe(Helpers.getTestDialectTeaser("Migrator"), function() {
this.init = function(options, callback) {
options = Helpers.Sequelize.Utils._.extend({
path: __dirname + '/assets/migrations',
logging: false
logging: function(){}
}, options || {})
var migrator = new Migrator(this.sequelize, options)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!