File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ via the following environment variables:
38
38
will be saved to the specified file rather than ` .node_repl_history ` in the
39
39
user's home directory. Setting this value to ` "" ` will disable persistent
40
40
REPL history. Whitespace will be trimmed from the value.
41
- - ` NODE_REPL_HISTORY_SIZE ` - defaults to ` 1000 ` . Controls how many lines of
41
+ - ` NODE_REPL_HISTORY_SIZE ` - Defaults to ` 1000 ` . Controls how many lines of
42
42
history will be persisted if history is available. Must be a positive number.
43
- - ` NODE_REPL_MODE ` - may be any of ` sloppy ` , ` strict ` , or ` magic ` . Defaults
43
+ - ` NODE_REPL_MODE ` - May be any of ` sloppy ` , ` strict ` , or ` magic ` . Defaults
44
44
to ` magic ` , which will automatically run "strict mode only" statements in
45
45
strict mode.
46
46
@@ -269,7 +269,7 @@ You can use your own `eval` function if it has following signature:
269
269
callback(null, result);
270
270
}
271
271
272
- On tab completion - ` eval ` will be called with ` .scope ` as an input string. It
272
+ On tab completion, ` eval ` will be called with ` .scope ` as an input string. It
273
273
is expected to return an array of scope names to be used for the auto-completion.
274
274
275
275
Multiple REPLs may be started against the same running instance of Node.js. Each
You can’t perform that action at this time.
0 commit comments