chore: fix code formatting

This commit is contained in:
Pooya Parsa 2021-08-12 11:51:15 +02:00
parent b565c38f48
commit 17bbb21b5e

View File

@ -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 })\``)
} }