File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -648,6 +648,7 @@ instead of printing to stderr.
648
648
Equivalent to passing
649
649
.Fl -redirect-warnings Ar file
650
650
on the command line.
651
+ .
651
652
.It Ev NODE_REPL_HISTORY Ar file
652
653
Path to the
653
654
.Ar file
@@ -657,6 +658,10 @@ The default path is
657
658
which is overridden by this variable.
658
659
Setting the value to an empty string ("" or " ") will disable persistent REPL history.
659
660
.
661
+ .It Ev NODE_REPL_EXTERNAL_MODULE Ar file
662
+ Path to a Node.js module which will be loaded in place of the built-in REPL.
663
+ Overriding this value to an empty string (`''`) will use the built-in REPL.
664
+ .
660
665
.It Ev NODE_SKIP_PLATFORM_CHECK
661
666
When set to
662
667
.Ar 1 ,
692
697
.Fl -use-openssl-ca
693
698
is enabled, this overrides and sets OpenSSL's file containing trusted certificates.
694
699
.
700
+ .It Ev TZ
701
+ Specify the timezone configuration.
702
+ .
695
703
.It Ev UV_THREADPOOL_SIZE Ar size
696
704
Sets the number of threads used in libuv's threadpool to
697
705
.Ar size .
You can’t perform that action at this time.
0 commit comments