mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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':
|
||||
throw this._error
|
||||
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:
|
||||
throw new Error('Renderer is in unknown state!')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user