We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64670a3 commit 64980e1Copy full SHA for 64980e1
doc/api/repl.md
@@ -798,9 +798,9 @@ changes:
798
* `'unhandled'` to treat the exception as fully unhandled. In this case,
799
the error will be passed to process-wide exception handlers, such as
800
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.
+ The `'unhandled'` value may or may not be desirable in situations
+ where the `REPLServer` instance has been closed, depending on the particular
+ use case.
804
* Returns: {repl.REPLServer}
805
806
The `repl.start()` method creates and starts a [`repl.REPLServer`][] instance.
0 commit comments