Added console log
This commit is contained in:
parent
8b1eca696a
commit
bb44c9f07f
|
@ -104,6 +104,7 @@ export async function fetchDeployments(ctx: any) {
|
|||
}
|
||||
ctx.body = Object.values(deployments.history).reverse()
|
||||
} catch (err) {
|
||||
console.error(err)
|
||||
ctx.body = []
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue