minor on logs
This commit is contained in:
@@ -21,10 +21,11 @@ async function main () {
|
||||
} else {
|
||||
await nuxt.ready()
|
||||
}
|
||||
|
||||
try {
|
||||
await nuxt.listen()
|
||||
} catch (e) {
|
||||
log.error(e)
|
||||
log.error({ message: e.message })
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user