We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b565c38 commit 17bbb21Copy full SHA for 17bbb21
packages/generator/src/generator.js
@@ -86,7 +86,7 @@ export default class Generator {
86
if (build) {
87
if (!this.builder) {
88
throw new Error(
89
- `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 \
90
or disable the build step: \`generate({ build: false })\``)
91
}
92
0 commit comments