From 17bbb21b5e4238ad6b082132931f08f8b9ef50a8 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 12 Aug 2021 11:51:15 +0200 Subject: [PATCH] chore: fix code formatting --- packages/generator/src/generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/generator/src/generator.js b/packages/generator/src/generator.js index caf459f12493..9ce2cfae3d6e 100644 --- a/packages/generator/src/generator.js +++ b/packages/generator/src/generator.js @@ -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 })\``) }