nodejs / corepack

Zero-runtime-dependency package acting as bridge between Node projects and their package managers
MIT License
2.52k stars 165 forks source link

Fix Windows malicious file analysis waiting problem #398

Closed ngnlTeto closed 7 months ago

ngnlTeto commented 7 months ago

Fixes #246

That should fix the problem that windows malicious file analysis blocks the freshly downloaded file. I couldn't reproduce the error on my side currently, but it should help.

ngnlTeto commented 7 months ago

I was able to reproduce it and verify that it fixed the error.