diff --git a/src/index.js b/src/index.js index c7ef3dd..4cd2379 100644 --- a/src/index.js +++ b/src/index.js @@ -18,7 +18,7 @@ switch (args[0]) { } default: { console.log( - "No arguments were provided, please read the docs: https://github.com/raining-codes/molecube" + "\x1b[31mNo arguments were provided, please read the docs: https://github.com/raining-codes/molecube" ); } }