Commit 3955bc4 1 parent 356acb3 commit 3955bc4 Copy full SHA for 3955bc4
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 @@ -42,9 +42,9 @@ via the following environment variables:
42
42
will be saved to the specified file rather than ` .node_repl_history ` in the
43
43
user's home directory. Setting this value to ` "" ` will disable persistent
44
44
REPL history. Whitespace will be trimmed from the value.
45
- - ` NODE_REPL_HISTORY_SIZE ` - defaults to ` 1000 ` . Controls how many lines of
45
+ - ` NODE_REPL_HISTORY_SIZE ` - Defaults to ` 1000 ` . Controls how many lines of
46
46
history will be persisted if history is available. Must be a positive number.
47
- - ` NODE_REPL_MODE ` - may be any of ` sloppy ` , ` strict ` , or ` magic ` . Defaults
47
+ - ` NODE_REPL_MODE ` - May be any of ` sloppy ` , ` strict ` , or ` magic ` . Defaults
48
48
to ` magic ` , which will automatically run "strict mode only" statements in
49
49
strict mode.
50
50
@@ -291,7 +291,7 @@ You can use your own `eval` function if it has following signature:
291
291
callback(null, result);
292
292
}
293
293
294
- On tab completion - ` eval ` will be called with ` .scope ` as an input string. It
294
+ On tab completion, ` eval ` will be called with ` .scope ` as an input string. It
295
295
is expected to return an array of scope names to be used for the auto-completion.
296
296
297
297
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