Skip to content

Instantly share code, notes, and snippets.

@yshlin
Last active October 18, 2021 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yshlin/56c72a3032c088af1ab196e2e137b904 to your computer and use it in GitHub Desktop.
Save yshlin/56c72a3032c088af1ab196e2e137b904 to your computer and use it in GitHub Desktop.
Try getting original CWD when run this gist with npx run-url
console.log(process.cwd());
console.log(process.argv.slice(2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment