We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seen here in TestSimpleGenVerbosity: https://github.com/bytecodealliance/go-modules/actions/runs/11694676414/job/32568756025?pr=234#step:5:124
TestSimpleGenVerbosity
Fix should be to use cmd.Writer instead of hard-coding os.Stdout and cmd.ErrWriter instead of hard-coding os.Stderr.
cmd.Writer
os.Stdout
cmd.ErrWriter
os.Stderr
The text was updated successfully, but these errors were encountered:
ydnar
No branches or pull requests
Seen here in
TestSimpleGenVerbosity
: https://github.com/bytecodealliance/go-modules/actions/runs/11694676414/job/32568756025?pr=234#step:5:124Fix should be to use
cmd.Writer
instead of hard-codingos.Stdout
andcmd.ErrWriter
instead of hard-codingos.Stderr
.The text was updated successfully, but these errors were encountered: