-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Open
Description
The shebang #!/usr/bin/env node
should be followed by a newline character. While it often works without it, it's best practice to include it for maximum compatibility across different systems and interpreters. This ensures the script is interpreted correctly, especially if additional characters are added to the shebang line later.
Metadata
Metadata
Assignees
Labels
No labels