Skip to content

fix: add stderr encoding for PowerShell session#63

Merged
teo-nikolov merged 2 commits intomainfrom
fix/incorrect-variable-reference
Mar 9, 2026
Merged

fix: add stderr encoding for PowerShell session#63
teo-nikolov merged 2 commits intomainfrom
fix/incorrect-variable-reference

Conversation

@teo-nikolov
Copy link
Copy Markdown
Collaborator

Set encoding for stderr output to 'utf8'.

Proposed changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

Types of changes

What types of changes does your code introduce to Appium?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the Contributing Guide
  • I have signed the CLA
  • Lint passes locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

Set encoding for stderr output to 'utf8'.
@teo-nikolov teo-nikolov requested a review from n1xan March 9, 2026 13:37
@teo-nikolov teo-nikolov linked an issue Mar 9, 2026 that may be closed by this pull request
1 task
@teo-nikolov teo-nikolov merged commit 14b5e7e into main Mar 9, 2026
2 checks passed
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 9, 2026

🎉 This PR is included in version 1.3.1 🎉

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.

🐞 bug: Incorrect Variable Reference

2 participants