Commit 1cda41b
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 09f25af commit 1cda41bCopy full SHA for 1cda41b
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 |
|---|---|---|
| ||
112 | 112 | |
113 | 113 | |
114 | 114 | |
115 | | - |
116 | | - |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
117 | 122 | |
118 | 123 | |
119 | 124 | |
120 | 125 | |
121 | | - |
| 126 | + |
122 | 127 | |
123 | 128 | |
124 | 129 | |
| ||
138 | 143 | |
139 | 144 | |
140 | 145 | |
141 | | - |
| 146 | + |
142 | 147 | |
143 | 148 | |
144 | 149 | |
| ||
170 | 175 | |
171 | 176 | |
172 | 177 | |
173 | | - |
174 | | - |
175 | | - |
| 178 | + |
| 179 | + |
176 | 180 | |
177 | 181 | |
178 | 182 | |
|
0 commit comments