improve logging

This commit is contained in:
les
2021-04-28 12:44:26 +02:00
parent f7ba790398
commit 5f8bbd68c8
16 changed files with 63 additions and 39 deletions

View File

@@ -21,7 +21,7 @@ async function main () {
try {
await nuxt.listen()
} catch (e) {
log.err(e)
log.error(e)
return
}