Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh Balyan committed Apr 10, 2024
1 parent b3e2d2e commit 9b5bf1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9b5bf1a

Please sign in to comment.