File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -392,9 +392,9 @@ added: v0.1.91
392
392
equivalent to prefacing every repl statement with ` 'use strict' ` .
393
393
* ` repl.REPL_MODE_MAGIC ` - attempt to evaluates expressions in default
394
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 ` .
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 ` .
398
398
399
399
The ` repl.start() ` method creates and starts a ` repl.REPLServer ` instance.
400
400
You can’t perform that action at this time.
0 commit comments