Commit 30bec50
committed
lib: make process.moduleLoadList a copy of the internal value
process.moduleLoadList was provided as-is instead of a copy of it
Refs: nodejs#41233
Refs: nodejs#612761 parent 650f51f commit 30bec50
File tree
2 files changed
+9
-3
lines changed- lib/internal/bootstrap
- test/parallel
2 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
79 | 78 | | |
80 | | - | |
| 79 | + | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments