orca/config
Jinjing c908bdfbb2
fix: default LANG to UTF-8 for terminal character display (#423)
* 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.
2026-04-09 14:02:02 -07:00
..
patches refactor: reorganize project structure for build assets and scripts (#419) 2026-04-09 12:28:52 -07:00
scripts fix: default LANG to UTF-8 for terminal character display (#423) 2026-04-09 14:02:02 -07:00
electron-builder.config.cjs refactor: reorganize project structure for build assets and scripts (#419) 2026-04-09 12:28:52 -07:00
tsconfig.cli.json refactor to clean up the codebase (#412) 2026-04-08 22:49:16 -07:00
tsconfig.node.json refactor to clean up the codebase (#412) 2026-04-08 22:49:16 -07:00
tsconfig.tc.cli.json refactor to clean up the codebase (#412) 2026-04-08 22:49:16 -07:00
tsconfig.tc.web.json refactor to clean up the codebase (#412) 2026-04-08 22:49:16 -07:00
tsconfig.web.json refactor to clean up the codebase (#412) 2026-04-08 22:49:16 -07:00
vitest.config.ts refactor to clean up the codebase (#412) 2026-04-08 22:49:16 -07:00