Skip to content

Commit 6264ac1

Browse files
Trotttargos
authored andcommittedMay 1, 2021
doc: clarify ERR_INVALID_REPL_INPUT usage
The REPL documentation does not list prohibited inputs, but it does explain the conditions under which ERR_INVALID_REPL_INPUT is used. Update the error doc to indicate that. PR-URL: #37143 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent d340dca commit 6264ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/api/errors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1419,8 +1419,8 @@ which is not supported.
14191419
<a id="ERR_INVALID_REPL_INPUT"></a>
14201420
### `ERR_INVALID_REPL_INPUT`
14211421

1422-
The input may not be used in the [`REPL`][]. All prohibited inputs are
1423-
documented in the [`REPL`][]'s documentation.
1422+
The input may not be used in the [`REPL`][]. The conditions under which this
1423+
error is used are described in the [`REPL`][] documentation.
14241424

14251425
<a id="ERR_INVALID_RETURN_PROPERTY"></a>
14261426
### `ERR_INVALID_RETURN_PROPERTY`

0 commit comments

Comments
 (0)