rannn505 / child-shell

Node.js bindings 🔗 for shell
http://rannn505.github.io/child-shell/
MIT License
299 stars 71 forks source link

await PowerShell.$`${myVariable}` always stuck #160

Open spectreThug opened 7 months ago

spectreThug commented 7 months ago

hello code is working fine when I hardcoded it. but when I try the same code but with variable like this example below

PowerShell.$`${myVariable}`

It always stuck and did not return any output.