feat(xo-server/db-cli): ensure errors are printed
This commit is contained in:
parent
36b94f745d
commit
f344c58a62
@ -112,4 +112,4 @@ xo-server-logs ls <namespace> [<pattern>...]
|
|||||||
await connection.quit()
|
await connection.quit()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
main(process.argv.slice(2))
|
main(process.argv.slice(2)).catch(console.error)
|
||||||
|
Loading…
Reference in New Issue
Block a user