baasil-cli icon indicating copy to clipboard operation
baasil-cli copied to clipboard

Windows cmd.exe and powershell.exe fix.

Open graknol opened this issue 7 years ago • 0 comments

When child_process chooses cmd.exe as it's shell, the correct chaining of commands is '&', but for powershell it's ';'. This caused an error in the deploy command. So, instead of worrying about which shell we're in, we just split the commands into separate invocations.

Problem solved.

graknol avatar Apr 02 '18 23:04 graknol