[BUG] Regression in 8.13.0 on Windows: echo 5%
prints just 5
instead of 5%
#5285
Closed
2 tasks done
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 8.x
work is associated with a specific npm 8 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
This happens since 8.13.0.
Expected Behavior
8.12.2 prints
5%
as expected.Steps To Reproduce
Use Windows
With this package.json:
Run
npm test
Notice how the percentage sign is gone.
Environment
The text was updated successfully, but these errors were encountered: