Skip to content

fix: type more#464

Merged
KazuCocoa merged 1 commit intomainfrom
fix-type-more
Dec 20, 2025
Merged

fix: type more#464
KazuCocoa merged 1 commit intomainfrom
fix-type-more

Conversation

@KazuCocoa
Copy link
Copy Markdown
Member

ExecError needs to be exposed.

I got an error below in appium-adb. It looks like... the isBuffer behavior in type needs more hack. Let me try with this

lib/tools/system-calls.ts:479:32 - error TS2339: Property 'replace' does not exist on type 'string | Buffer<ArrayBufferLike>'.
  Property 'replace' does not exist on type 'Buffer<ArrayBufferLike>'.

479       const stdout = rawStdout.replace(LINKER_WARNING_REGEXP, '').trim();

@KazuCocoa KazuCocoa changed the title fix type more fix: type more Dec 20, 2025
@KazuCocoa KazuCocoa merged commit 1985f75 into main Dec 20, 2025
6 of 7 checks passed
@KazuCocoa KazuCocoa deleted the fix-type-more branch December 20, 2025 20:26
github-actions bot pushed a commit that referenced this pull request Dec 20, 2025
## [4.0.2](v4.0.1...v4.0.2) (2025-12-20)

### Bug Fixes

* expose more types and tweak type definition ([#464](#464)) ([1985f75](1985f75))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 4.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant