Commit 81a3055
process: fix default
The `env` parameter for `process.execve` is documented to default
to `process.env`.
PR-URL: #60029
Refs: nodejs/build#4156
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>env for process.execve
1 parent 4206406 commit 81a3055Copy full SHA for 81a3055
File tree
Expand file treeCollapse file tree
1 file changed
+15
-17
lines changedOpen diff view settings
Filter options
- lib/internal/process
Expand file treeCollapse file tree
1 file changed
+15
-17
lines changedOpen diff view settings
Collapse file
lib/internal/process/per_thread.js
Copy file name to clipboardExpand all lines: lib/internal/process/per_thread.js+15-17Lines changed: 15 additions & 17 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
283 | 283 | |
284 | 284 | |
285 | 285 | |
286 | | - |
| 286 | + |
287 | 287 | |
288 | 288 | |
289 | 289 | |
| ||
305 | 305 | |
306 | 306 | |
307 | 307 | |
308 | | - |
309 | | - |
310 | | - |
311 | | - |
312 | | - |
313 | | - |
314 | | - |
315 | | - |
316 | | - |
317 | | - |
318 | | - |
319 | | - |
320 | | - |
321 | | - |
322 | | - |
323 | | - |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
324 | 322 | |
325 | 323 | |
326 | 324 | |
|
0 commit comments