Skip to content

Commit 0120442

Browse files
committed
🐛 FIX: Canary Lingo
1 parent 4cb3211 commit 0120442

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/create-guten-block/app

packages/create-guten-block/app/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = async() => {
2828

2929
// 1.1 If we are testing in dev mode then notify.
3030
if ( isCanary ) {
31-
console.log( chalk.dim( '\n ⚠️ THIS IS THE CANARY MODE FOR DEV TESTING\n' ) );
31+
console.log( '\n', '⚠️ ', chalk.white.bgRed( 'CANARY MODE' ), '\n' );
3232
}
3333

3434
// 2. Build the block directory path.

0 commit comments

Comments
 (0)