Skip to content

Commit 64980e1

Browse files
committed
fixup! repl: add customizable error handling
1 parent 64670a3 commit 64980e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/repl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -798,9 +798,9 @@ changes:
798798
* `'unhandled'` to treat the exception as fully unhandled. In this case,
799799
the error will be passed to process-wide exception handlers, such as
800800
the [`'uncaughtException'`][] event.
801-
The `'unhandled'` value may or may not be desirable in situations
802-
where the `REPLServer` instance has been closed, depending on the particular
803-
use case.
801+
The `'unhandled'` value may or may not be desirable in situations
802+
where the `REPLServer` instance has been closed, depending on the particular
803+
use case.
804804
* Returns: {repl.REPLServer}
805805

806806
The `repl.start()` method creates and starts a [`repl.REPLServer`][] instance.

0 commit comments

Comments
 (0)