Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backticks aren't escaped in npx(1)'s positional arguments like they used to, and they're also passed to sh(1) as double-quoted strings (which the FUCK would you not use single-quotes??!). Because the `--header` comment contained "run `make types` to update", NPM was essentially fork-bombing its process. References: npm/run-script#14
- Loading branch information