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

Fix invalid permission flag in package script #257

Merged
merged 2 commits into from
Jul 18, 2020

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jul 18, 2020

While migrating to ESLint in #250, there was wrong replacement in the permission flag: Octal 0755 to decimal 755.

0755 is invalid number in the strict mode of JS, so we must use 0o755 instead.

Closes #256.

@yhatt yhatt merged commit c90461f into master Jul 18, 2020
@yhatt yhatt deleted the standalone-package-permission branch July 18, 2020 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v0.19.0 standalone packages have wrong permission
1 participant