Closed ianbollinger closed 2 months ago
Latest commit: 57e332879acfb5716c6fbc6a2e9de845405b2b63
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Thanks @ianbollinger
Type
Description
The type checking and execution of examples on Windows was broken by the Node.js security patch for CVE-2024-27980. That update requires that the
{ shell: true }
option be used when running acmd
orbat
file viachild_process.spawn
on Windows, which this pull request implements.