There was an error while loading. Please reload this page.
1 parent 7594c42 commit ce4e3eaCopy full SHA for ce4e3ea
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