Skip to content

Commit 4beb6a8

Browse files
author
Ahmad Awais
committed
🐛 FIX: Spacing
1 parent 9557ba2 commit 4beb6a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/create-guten-block/createGutenBlock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const createPluginDir = () => {
8080
console.log(
8181
'\n❌ ',
8282
chalk.black.bgRed(
83-
` A directory with this name already exists: ${ blockName }\n`
83+
` A directory with this name already exists: ${ blockName } \n`
8484
)
8585
);
8686
console.log( ` ${ chalk.dim( 'Provide a different name for your block.' ) }` );

0 commit comments

Comments
 (0)