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

Commit 8e975417 by Sascha Depold

fixed error emitting

1 parent 9faa1b31
Showing with 1 additions and 1 deletions
......@@ -237,7 +237,7 @@ module.exports = (function() {
SequelizeMeta.find({ order: 'id DESC' }).success(function(meta) {
emitter.emit('success', meta ? meta : null)
}).error(function(err) { emitter.emit('error', err) })
}).error(function(err) { emitter.emit(err) })
}).error(function(err) { emitter.emit('error', err) })
}).run()
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!