@gluecharm-lab/easyspecs-cli 0.3.1 → 0.3.2
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 +2 -2
- package/dist/main.cjs.map +2 -2
- package/package.json +1 -1
package/dist/main.cjs
CHANGED
|
@@ -14603,7 +14603,7 @@ function runOpenCodeAgent(cwd, args, options) {
|
|
|
14603
14603
|
cwd,
|
|
14604
14604
|
shell: USE_SHELL,
|
|
14605
14605
|
env: spawnEnv,
|
|
14606
|
-
stdio: ["
|
|
14606
|
+
stdio: ["pipe", "pipe", "pipe"]
|
|
14607
14607
|
});
|
|
14608
14608
|
let childResourceLogged = false;
|
|
14609
14609
|
let cpuBaseline;
|
|
@@ -29085,7 +29085,7 @@ function formatCliStderrLine(line, useAnsi) {
|
|
|
29085
29085
|
}
|
|
29086
29086
|
|
|
29087
29087
|
// src/cli/main.ts
|
|
29088
|
-
var PKG_VERSION = "0.3.
|
|
29088
|
+
var PKG_VERSION = "0.3.2";
|
|
29089
29089
|
function isNonEmptyFactoryFailureArray(x) {
|
|
29090
29090
|
if (!Array.isArray(x) || x.length === 0) {
|
|
29091
29091
|
return false;
|