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 868638b commit c948877Copy full SHA for c948877
doc/api/repl.md
@@ -392,9 +392,9 @@ added: v0.1.91
392
equivalent to prefacing every repl statement with `'use strict'`.
393
* `repl.REPL_MODE_MAGIC` - attempt to evaluates expressions in default
394
mode. If expressions fail to parse, re-try in strict mode.
395
- * `breakEvalOnSigint` - Stop evaluating the current piece of code when
396
- `SIGINT` is received, i.e. `Ctrl+C` is pressed. This cannot be used together
397
- with a custom `eval` function. Defaults to `false`.
+ * `breakEvalOnSigint` - Stop evaluating the current piece of code when
+ `SIGINT` is received, i.e. `Ctrl+C` is pressed. This cannot be used together
+ with a custom `eval` function. Defaults to `false`.
398
399
The `repl.start()` method creates and starts a `repl.REPLServer` instance.
400
0 commit comments