Skip to content

Commit

Permalink
chore: fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 12, 2021
1 parent b565c38 commit 17bbb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generator/src/generator.js
Expand Up @@ -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 })\``)
}

Expand Down

0 comments on commit 17bbb21

Please sign in to comment.