Commit c601fde
lib: migrate from process.binding('config') to getOptions()
PR-URL: #23588
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>1 parent e711e45 commit c601fdeCopy full SHA for c601fde
File tree
Expand file treeCollapse file tree
1 file changed
+11
-7
lines changedOpen diff view settings
Filter options
- lib/internal/bootstrap
Expand file treeCollapse file tree
1 file changed
+11
-7
lines changedOpen diff view settings
Collapse file
lib/internal/bootstrap/node.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/node.js+11-7Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
120 | 120 | |
121 | 121 | |
122 | 122 | |
123 | | - |
124 | | - |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
125 | 130 | |
126 | 131 | |
127 | 132 | |
128 | 133 | |
129 | | - |
| 134 | + |
130 | 135 | |
131 | 136 | |
132 | 137 | |
| ||
144 | 149 | |
145 | 150 | |
146 | 151 | |
147 | | - |
| 152 | + |
148 | 153 | |
149 | 154 | |
150 | 155 | |
| ||
176 | 181 | |
177 | 182 | |
178 | 183 | |
179 | | - |
180 | | - |
181 | | - |
| 184 | + |
| 185 | + |
182 | 186 | |
183 | 187 | |
184 | 188 | |
|
0 commit comments