mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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 (!this.builder) {
|
||||
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 })\``)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user