sindresorhus/opn


Do you want to work on this issue?
You can request for a bounty in order to promote it!
URL with $ does not work on WSL 2 #202
CryogenicPlanet posted onGitHub
Bug: The opened URL is randomly missing ${word}
Found bug when using amplify-cli https://github.com/aws-amplify/amplify-cli/issues/5664
Enviorment:
- WSL 2
"open" : "^7.3.0",
Code snippet:
const open = require("open");
const deepLinkURL = "https://localhost/users$new?step=abc"
open(deepLinkURL, { wait: false }).catch(() => { });
Related to #170 and #171