mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-18 17:00:25 +00:00
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:
parent
795b8b4299
commit
c229e8fd49
@ -70,5 +70,3 @@ module.exports = (uuid) ->
|
||||
])
|
||||
knex('app').truncate()
|
||||
])
|
||||
.catch (error) ->
|
||||
console.log(error)
|
||||
|
Loading…
x
Reference in New Issue
Block a user