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

Commit 1dfea536 by Michael Philpott

Returns the inner emmit so that migrations can call event accessors.

1 parent 9419770e
Showing with 1 additions and 1 deletions
...@@ -121,7 +121,7 @@ module.exports = (function() { ...@@ -121,7 +121,7 @@ module.exports = (function() {
(self.undoneMethods == 0) && callback && callback() (self.undoneMethods == 0) && callback && callback()
}) })
self.queryInterface[_method].apply(self.queryInterface, args) return self.queryInterface[_method].apply(self.queryInterface, args)
} }
})(method) })(method)
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!