mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-21 05:32:53 +00:00
fix(test): use shell spawn for windows test runner
This commit is contained in:
@@ -23,6 +23,7 @@ const releaseLockOnce = () => {
|
||||
const child = spawn(command, vitestArgs, {
|
||||
stdio: "inherit",
|
||||
env: process.env,
|
||||
shell: process.platform === "win32",
|
||||
});
|
||||
|
||||
child.on("exit", (code, signal) => {
|
||||
|
||||
Reference in New Issue
Block a user