From af03456be8534c5af90f776d480f84e15a70a942 Mon Sep 17 00:00:00 2001 From: MohammadHoseinPaymard Date: Mon, 26 May 2025 14:20:11 +0330 Subject: [PATCH] update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d3b0dbd..25f7ad2 100644 --- a/index.js +++ b/index.js @@ -2,4 +2,4 @@ const path = require('path'); // const {} = require(path.join("..")); -console.log(path.join("..")) \ No newline at end of file +console.log(path.join(process.cwd(),"..")) \ No newline at end of file