Commit d01746a
committed
Remove process.umask() call from config default
Since we now are using pacote/tar in a way that will rely on the default
process umask setting, and we set file/directory modes explicitly
anyway, there's no need to have a default umask setting that calls
process.umask()
As this method is not worker-thread safe, and is deprecated, it's best
for us to stop using it.
Fix: #1103
PR-URL: #2444
Credit: @isaacs
Close: #2444
Reviewed-by: @nlf1 parent 7a49fd4 commit d01746a
File tree
3 files changed
+3
-562
lines changed- lib/utils
- tap-snapshots
- test/lib/utils
3 files changed
+3
-562
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
0 commit comments