| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9c656c8 commit 58c9721
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -645,6 +645,7 @@ instead of printing to stderr. | |||
| 645 | 645 | Equivalent to passing | |
| 646 | 646 | .Fl -redirect-warnings Ar file | |
| 647 | 647 | on the command line. | |
| 648 | + . | ||
| 648 | 649 | .It Ev NODE_REPL_HISTORY Ar file | |
| 649 | 650 | Path to the | |
| 650 | 651 | .Ar file | |
@@ -654,6 +655,10 @@ The default path is | |||
| 654 | 655 | which is overridden by this variable. | |
| 655 | 656 | Setting the value to an empty string ("" or " ") will disable persistent REPL history. | |
| 656 | 657 | . | |
| 658 | + .It Ev NODE_REPL_EXTERNAL_MODULE Ar file | ||
| 659 | + Path to a Node.js module which will be loaded in place of the built-in REPL. | ||
| 660 | + Overriding this value to an empty string (`''`) will use the built-in REPL. | ||
| 661 | + . | ||
| 657 | 662 | .It Ev NODE_SKIP_PLATFORM_CHECK | |
| 658 | 663 | When set to | |
| 659 | 664 | .Ar 1 , | |
@@ -689,6 +694,9 @@ If | |||
| 689 | 694 | .Fl -use-openssl-ca | |
| 690 | 695 | is enabled, this overrides and sets OpenSSL's file containing trusted certificates. | |
| 691 | 696 | . | |
| 697 | + .It Ev TZ | ||
| 698 | + Specify the timezone configuration. | ||
| 699 | + . | ||
| 692 | 700 | .It Ev UV_THREADPOOL_SIZE Ar size | |
| 693 | 701 | Sets the number of threads used in libuv's threadpool to | |
| 694 | 702 | .Ar size . | |
| Back | FazBrowse Home | New Git URL |
0 commit comments