We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5543802 commit 157ef23Copy full SHA for 157ef23
doc/api/repl.md
@@ -405,7 +405,8 @@ changes:
405
REPL instances `terminal` value.
406
* `useGlobal` {boolean} If `true`, specifies that the default evaluation
407
function will use the JavaScript `global` as the context as opposed to
408
- creating a new separate context for the REPL instance. Defaults to `false`.
+ creating a new separate context for the REPL instance. The node CLI REPL
409
+ sets this value to `true`. Defaults to `false`.
410
* `ignoreUndefined` {boolean} If `true`, specifies that the default writer
411
will not output the return value of a command if it evaluates to
412
`undefined`. Defaults to `false`.
0 commit comments