@locusai/cli 0.20.0 → 0.20.1
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/bin/locus.js +0 -1
- package/package.json +1 -1
package/bin/locus.js
CHANGED
|
@@ -4534,7 +4534,6 @@ class SandboxedClaudeRunner {
|
|
|
4534
4534
|
const text = chunk.toString();
|
|
4535
4535
|
errorOutput += text;
|
|
4536
4536
|
log.debug("sandboxed claude stderr", { text: text.slice(0, 500) });
|
|
4537
|
-
options.onOutput?.(text);
|
|
4538
4537
|
});
|
|
4539
4538
|
this.process.on("close", (code) => {
|
|
4540
4539
|
this.process = null;
|