Allow node to be spawned on Mac OS

This commit is contained in:
Ryan Huang
2024-10-31 12:26:47 -04:00
parent ed3caea28b
commit cf6dbbfa7e

View File

@ -65,6 +65,7 @@ class PluginProcess {
this.currentProcess = spawn(this.executable, this.args, {
env: {
FORCE_COLOR: "1",
...process.env,
...this.env,
},
cwd: this.cwd,