We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9557ba2 commit 4beb6a8Copy full SHA for 4beb6a8
1 file changed
packages/create-guten-block/createGutenBlock.js
@@ -80,7 +80,7 @@ const createPluginDir = () => {
80
console.log(
81
'\n❌ ',
82
chalk.black.bgRed(
83
- ` A directory with this name already exists: ${ blockName }\n`
+ ` A directory with this name already exists: ${ blockName } \n`
84
)
85
);
86
console.log( ` ${ chalk.dim( 'Provide a different name for your block.' ) }` );
0 commit comments