@gluecharm-lab/easyspecs-cli 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.cjs +1 -2
- package/dist/main.cjs.map +2 -2
- package/package.json +1 -1
package/dist/main.cjs
CHANGED
|
@@ -14602,8 +14602,7 @@ function runOpenCodeAgent(cwd, args, options) {
|
|
|
14602
14602
|
const child = (0, import_child_process2.spawn)(cmd, args, {
|
|
14603
14603
|
cwd,
|
|
14604
14604
|
shell: USE_SHELL,
|
|
14605
|
-
env: spawnEnv
|
|
14606
|
-
stdio: ["pipe", "pipe", "pipe"]
|
|
14605
|
+
env: spawnEnv
|
|
14607
14606
|
});
|
|
14608
14607
|
let childResourceLogged = false;
|
|
14609
14608
|
let cpuBaseline;
|