If bootstrapping fails, then actually fail, rather than covering up the error (the error will still get logged by bluebird if the promise rejection isn't handled - but the returned promise will actually be rejected now)

This commit is contained in:
Page 2014-03-27 16:11:29 +00:00 committed by Pablo Carranza Vélez
parent 795b8b4299
commit c229e8fd49

View File

@ -70,5 +70,3 @@ module.exports = (uuid) ->
])
knex('app').truncate()
])
.catch (error) ->
console.log(error)