improve logging
This commit is contained in:
@@ -21,7 +21,7 @@ async function main () {
|
||||
try {
|
||||
await nuxt.listen()
|
||||
} catch (e) {
|
||||
log.err(e)
|
||||
log.error(e)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user