mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
fix: fatal error on nuxt ready
This commit is contained in:
parent
88c3cddf32
commit
9f8aea5a4c
@ -40,7 +40,7 @@ export default class Nuxt {
|
|||||||
)
|
)
|
||||||
|
|
||||||
this._ready = this.ready().catch(err => {
|
this._ready = this.ready().catch(err => {
|
||||||
logger.error(err)
|
logger.fatal(err)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user