mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
chore: inverse wording of error message (#5990)
This commit is contained in:
parent
de526f6d44
commit
1d4421ef1d
@ -255,7 +255,7 @@ export default class VueRenderer {
|
|||||||
case 'error':
|
case 'error':
|
||||||
throw this._error
|
throw this._error
|
||||||
case 'ready':
|
case 'ready':
|
||||||
throw new Error(`Renderer is loaded but not all resources are unavailable! Please check ${this.distPath} existence.`)
|
throw new Error(`Renderer is loaded but not all resources are available! Please check ${this.distPath} existence.`)
|
||||||
default:
|
default:
|
||||||
throw new Error('Renderer is in unknown state!')
|
throw new Error('Renderer is in unknown state!')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user