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