We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bun.lock
1.1.42
Darwin 24.2.0 arm64 arm
bun init bun install --save-text-lockfile
The file should be -rw-r--r--
-rw-r--r--
The file mode is -rwxrwxrwx.
-rwxrwxrwx
The -rwxrwxrwx permission is unnecessary since it's just a text file.
The text was updated successfully, but these errors were encountered:
Looks intentional:
bun/src/install/lockfile.zig
Lines 2380 to 2391 in 608101c
Sorry, something went wrong.
its a hold over from bun.lockb, which is intentionally executable
bun.lockb
No branches or pull requests
What version of Bun is running?
1.1.42
What platform is your computer?
Darwin 24.2.0 arm64 arm
What steps can reproduce the bug?
What is the expected behavior?
The file should be
-rw-r--r--
What do you see instead?
The file mode is
-rwxrwxrwx
.Additional information
The
-rwxrwxrwx
permission is unnecessary since it's just a text file.The text was updated successfully, but these errors were encountered: