From 9b5bf1a4840f47a81357cc022874a25aa4e15b41 Mon Sep 17 00:00:00 2001 From: Saransh Balyan Date: Wed, 10 Apr 2024 23:45:02 +0530 Subject: [PATCH] check --- index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.js b/index.js index 4c37185..f0a1f50 100644 --- a/index.js +++ b/index.js @@ -14,6 +14,10 @@ console.log("saransh", saransh) function saransh (){ console.log("abc" ) } +console.log("saransh", saransh) +function saransh (){ +console.log("abc" ) +} if (process.env.PRINT_ENV == "true") { console.debug("======================ENV======================"); console.debug(process.env);