Commit fe832a0
doc: update the deprecation for exit code to clarify its scope
This updates the deprecation, DEP0164, to clarify its scope.
Previously, `process.exitCode` wasn't mentioned but it needs
to be applied with the same deprecation because its meaning
is the same as the `code` value and it's overridden with the
`code` value in `process.exit()`.
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #44714
Refs: #44712
Refs: #43738
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>1 parent 2cee039 commit fe832a0Copy full SHA for fe832a0
File tree
Expand file treeCollapse file tree
1 file changed
+11
-4
lines changedOpen diff view settings
Filter options
- doc/api
Expand file treeCollapse file tree
1 file changed
+11
-4
lines changedOpen diff view settings
Collapse file
+11-4Lines changed: 11 additions & 4 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3120 | 3120 | |
3121 | 3121 | |
3122 | 3122 | |
3123 | | - |
| 3123 | + |
3124 | 3124 | |
3125 | 3125 | |
3126 | 3126 | |
| 3127 | + |
| 3128 | + |
| 3129 | + |
| 3130 | + |
3127 | 3131 | |
3128 | 3132 | |
3129 | | - |
| 3133 | + |
| 3134 | + |
3130 | 3135 | |
3131 | 3136 | |
3132 | 3137 | |
3133 | 3138 | |
3134 | | - |
3135 | | - |
| 3139 | + |
| 3140 | + |
| 3141 | + |
3136 | 3142 | |
3137 | 3143 | |
3138 | 3144 | |
| ||
3246 | 3252 | |
3247 | 3253 | |
3248 | 3254 | |
| 3255 | + |
3249 | 3256 | |
3250 | 3257 | |
3251 | 3258 | |
|
0 commit comments