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

Fix Write-Output with unsupported parameters #106

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

cholland1989
Copy link
Contributor

This PR resolves #101 by replacing calls to Write-Output with LogMessage, which writes to both the console and log file. In most cases, the Write-Output call was redundant since we were already calling LogMessage.

@cholland1989 cholland1989 merged commit 376f259 into main Nov 19, 2024
4 checks passed
@cholland1989 cholland1989 deleted the bug/invalid-write-output branch November 19, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write-Object is used with unsupported paramaters
2 participants