mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
* fix: address review findings
* fix: improve error handling in terminal e2e helper JSON parsing
* fix: remove unused catch parameter in terminal e2e helper
* fix: use nullish coalescing assignment for LANG default in PTY spawn
The object spread approach ({LANG: default, ...process.env}) produced
undefined on CI (Ubuntu/Node 22) despite working locally. Switch to
explicit ??= assignment after the spread for reliable cross-platform
behavior.
|
||
|---|---|---|
| .. | ||
| patches | ||
| scripts | ||
| electron-builder.config.cjs | ||
| tsconfig.cli.json | ||
| tsconfig.node.json | ||
| tsconfig.tc.cli.json | ||
| tsconfig.tc.web.json | ||
| tsconfig.web.json | ||
| vitest.config.ts | ||