mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
chore: fix code formatting
This commit is contained in:
parent
b565c38f48
commit
17bbb21b5e
@ -86,7 +86,7 @@ export default class Generator {
|
|||||||
if (build) {
|
if (build) {
|
||||||
if (!this.builder) {
|
if (!this.builder) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`Could not generate. Make sure a Builder instance is passed to the constructor of Generator class or `getGenerator` function \
|
`Could not generate. Make sure a Builder instance is passed to the constructor of \`Generator\` class or \`getGenerator\` function \
|
||||||
or disable the build step: \`generate({ build: false })\``)
|
or disable the build step: \`generate({ build: false })\``)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user