microsoft / bedrock-cli

The CLI for Bedrock
https://microsoft.github.io/bedrock-cli/commands/
MIT License
28 stars 12 forks source link

Adds `shell: true` to the spawn options on Windows #66

Closed howlowck closed 4 years ago

howlowck commented 4 years ago

Currently bedrock-cli cannot run on windows even when az is installed as #58 pointed out. The commit adds shell: true to the spawn option which fixes the issue.