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

Commit 5796cf7f by sdepold

fixed syntax error

1 parent 722a69b6
Showing with 1 additions and 3 deletions
...@@ -22,9 +22,7 @@ module.exports = (function() { ...@@ -22,9 +22,7 @@ module.exports = (function() {
return new Utils.CustomEventEmitter(function(emitter) { return new Utils.CustomEventEmitter(function(emitter) {
self.getUndoneMigrations(function(migrationFiles) { self.getUndoneMigrations(function(migrationFiles) {
migrationFiles.each(function() { migrationFiles.forEach(function() { self.executeMigration() })
self.executeMigration()
})
emitter.emit('success') emitter.emit('success')
}) })
}).run() }).run()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!