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

Commit 5796cf7f by sdepold

fixed syntax error

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