Skip to content
New issue

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

Unnecessray file permissions on bun.lock #15953

Open
LitoMore opened this issue Dec 23, 2024 · 0 comments
Open

Unnecessray file permissions on bun.lock #15953

LitoMore opened this issue Dec 23, 2024 · 0 comments
Labels
bug Something isn't working needs triage

Comments

@LitoMore
Copy link

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?

bun init
bun install --save-text-lockfile
Image

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.

@LitoMore LitoMore added bug Something isn't working needs triage labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant