Skip to content

Commit 17bbb21

Browse files
committed
chore: fix code formatting
1 parent b565c38 commit 17bbb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/generator/src/generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default class Generator {
8686
if (build) {
8787
if (!this.builder) {
8888
throw new Error(
89-
`Could not generate. Make sure a Builder instance is passed to the constructor of Generator class or `getGenerator` function \
89+
`Could not generate. Make sure a Builder instance is passed to the constructor of \`Generator\` class or \`getGenerator\` function \
9090
or disable the build step: \`generate({ build: false })\``)
9191
}
9292

0 commit comments

Comments
 (0)