We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8332bd2 commit d998de9Copy full SHA for d998de9
doc/api/deprecations.md
@@ -3156,8 +3156,8 @@ changes:
3156
3157
Type: Documentation-only
3158
3159
-Implicit coercion of a non-integer `code` parameter in [`process.exit()`][] is
3160
-deprecated. Please use an integer value.
+`code` values other than `undefined`, `null`, integer numbers and integer
+strings (e.g., '1') are deprecated as parameter in [`process.exit()`][].
3161
3162
[Legacy URL API]: url.md#legacy-url-api
3163
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
0 commit comments