From 43db055296a52bd5649f19dd18a2d3726703792a Mon Sep 17 00:00:00 2001 From: Tal Charnes Date: Sun, 9 Jan 2022 20:46:08 +0200 Subject: [PATCH] Update index.js --- src/index.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5274bd4..fb8195c 100644 --- a/src/index.js +++ b/src/index.js @@ -16,6 +16,14 @@ const messages = [ "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live", "naruto, The programmer ninja!", "The covid-19 block my commit", + "Proceed with caution", + "A wise man once committed this code", + "Too lazy to think of a message", + "The meaning of all code: 42", + "Warning, I don't even know what I committed", + "This code is so secret, even I don't know what it does", + "My code is so good even I don't know what it does", + "BUGS! BUGS EVERYWHERE!" ]; const funnyCommit = () => { @@ -25,4 +33,4 @@ const funnyCommit = () => { module.exports = { funnyCommit -}; \ No newline at end of file +};