Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: check whole hashbang line if it is /usr/bin/env (#66)
Because pnpm uses the hashbang `/usr/bin/env node`, only checking until the first space will miss the `node`. We only do this if it is the env call, so that it doesn't break any existing code (`/usr/bin/env` would fail the check anyway)
- Loading branch information