summaryrefslogtreecommitdiff
path: root/packages/core/src/index.ts
diff options
context:
space:
mode:
authorBOYI <[email protected]>2025-07-22 06:26:40 +0800
committerGitHub <[email protected]>2025-07-21 22:26:40 +0000
commit12765eb77595aa3ef7c0fe4cb201410d71588753 (patch)
tree6802d6bbc2f216df950450c4d75b5d990015dc4f /packages/core/src/index.ts
parent4c3532d2b395859fb0d9db00bc5209f160ce2e29 (diff)
fix: character encoding issues in shell command processor (#1949)
Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: Sandy Tao <[email protected]>
Diffstat (limited to 'packages/core/src/index.ts')
-rw-r--r--packages/core/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts
index 24d8bdb2..f560afb4 100644
--- a/packages/core/src/index.ts
+++ b/packages/core/src/index.ts
@@ -35,6 +35,7 @@ export * from './utils/editor.js';
export * from './utils/quotaErrorDetection.js';
export * from './utils/fileUtils.js';
export * from './utils/retry.js';
+export * from './utils/systemEncoding.js';
// Export services
export * from './services/fileDiscoveryService.js';