Added console log

This commit is contained in:
Dean 2023-05-31 15:20:25 +01:00
parent 8b1eca696a
commit bb44c9f07f
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ export async function fetchDeployments(ctx: any) {
} }
ctx.body = Object.values(deployments.history).reverse() ctx.body = Object.values(deployments.history).reverse()
} catch (err) { } catch (err) {
console.error(err)
ctx.body = [] ctx.body = []
} }
} }