Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use shell mode for executing commands to avoid issues in with some me…
…son builds In Windows when running the plugin with the MSYS2 Meson package, the plugin throws the error "Meson version doesn't match expected output:". After some investigation I found that the response from execFile was returning: error: null, stdout: "" and stderr: "1.3.0". I was unable to replicate this behavior in a shell, so I updated execFile to use "shell" mode by default, which solves the issue. This seems to be specific to the MSYS2 package of meson, since using the pip version runs fine. However, since this is such a simple change that should not affect functionality, I thought I'd submit it.
- Loading branch information