Skip to content

Conversation

@nfischer
Copy link
Owner

It seems as though some Windows systems don't allow the first part of the command to be wrapped in quotes. We couldn't detect this issue on CI, but this was reported by a user.

Fixes #7

It seems as though some Windows systems don't allow the first part of
the command to be wrapped in quotes. We couldn't detect this issue on
CI, but this was reported by a user.

Fixes #7
@nfischer nfischer added the bug label Oct 17, 2025
@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (2754647) to head (9ec1788).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #54   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           27        32    +5     
=========================================
+ Hits            27        32    +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

This swaps the internal implementation to use the new shell.cmd() API.
This avoids the need for wrapping with double quotes which should also
mean better compatibility on Windows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to run globally installed node modules via this module

2 participants