mirror of
https://github.com/lmstudio-ai/lms.git
synced 2025-09-23 17:52:32 +08:00
Allow node to be spawned on Mac OS
This commit is contained in:
@ -65,6 +65,7 @@ class PluginProcess {
|
||||
this.currentProcess = spawn(this.executable, this.args, {
|
||||
env: {
|
||||
FORCE_COLOR: "1",
|
||||
...process.env,
|
||||
...this.env,
|
||||
},
|
||||
cwd: this.cwd,
|
||||
|
Reference in New Issue
Block a user