diff options
| author | BOYI <[email protected]> | 2025-07-22 06:26:40 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-21 22:26:40 +0000 |
| commit | 12765eb77595aa3ef7c0fe4cb201410d71588753 (patch) | |
| tree | 6802d6bbc2f216df950450c4d75b5d990015dc4f /packages/core/src/index.ts | |
| parent | 4c3532d2b395859fb0d9db00bc5209f160ce2e29 (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.ts | 1 |
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'; |
