You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heyo, I tried to package wt as devcontainer feature in devcontainers-extra/features#212 and I noticed that wt --version outputs to stderr. Shouldn't that go to stdout?
I had to update a test to wt --version 2>&1 so a check doesn't fail.
Heyo, I tried to package
wtas devcontainer feature in devcontainers-extra/features#212 and I noticed thatwt --versionoutputs to stderr. Shouldn't that go to stdout?I had to update a test to
wt --version 2>&1so a check doesn't fail.