Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Commit 51d49d2

Browse files
committed
Fix bug in chmod wrapper that was tickled by recent node.js changes. (nodejs/node#7846) PR-URL: isaacs/node-graceful-fs#71 Credit: @thefourtheye Reviewed-By: @isaacs
1 parent fe8385b commit 51d49d2

File tree

4 files changed

+52
-30
lines changed

4 files changed

+52
-30
lines changed

node_modules/graceful-fs/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/graceful-fs/package.json

Lines changed: 11 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/graceful-fs/polyfills.js

Lines changed: 39 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"github-url-from-git": "~1.4.0",
5353
"github-url-from-username-repo": "~1.0.2",
5454
"glob": "~7.0.5",
55-
"graceful-fs": "~4.1.4",
55+
"graceful-fs": "~4.1.5",
5656
"hosted-git-info": "~2.1.4",
5757
"inflight": "~1.0.4",
5858
"inherits": "~2.0.1",

0 commit comments

Comments
 (0)