Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tee object can now store received error records to a variable. #21565

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 10, 2024

  1. Address an aspect of issue PowerShell#5184.

    Tee object can now store error records to a variable.
    JamesWTruher committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7dbbd89 View commit details
    Browse the repository at this point in the history
  2. Fix CodeFactor issues.

    Add a native executable test.
    JamesWTruher committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    62547e6 View commit details
    Browse the repository at this point in the history
  3. Remove erroneous return when storing an error record.

    It should go into the results but _also_ go to the error variable.
    fi test for same.
    JamesWTruher committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b5f7649 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c56123c View commit details
    Browse the repository at this point in the history