fix: fatal error on nuxt ready

This commit is contained in:
Pooya Parsa 2018-04-02 00:07:57 +04:30
parent 88c3cddf32
commit 9f8aea5a4c

View File

@ -40,7 +40,7 @@ export default class Nuxt {
)
this._ready = this.ready().catch(err => {
logger.error(err)
logger.fatal(err)
})
}