File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,15 @@ const envVars = new SafeMap(ArrayPrototypeConcat([
55
55
'of stderr' } ] ,
56
56
[ 'NODE_REPL_HISTORY' , { helpText : 'path to the persistent REPL ' +
57
57
'history file' } ] ,
58
+ [ 'NODE_REPL_EXTERNAL_MODULE' , { helpText : 'path to a Node.js module ' +
59
+ 'which will be loaded in place of the built-in REPL' } ] ,
60
+ [ 'NODE_SKIP_PLATFORM_CHECK' , { helpText : 'set to 1 to skip ' +
61
+ 'the check for a supported platform during Node.js startup' } ] ,
58
62
[ 'NODE_TLS_REJECT_UNAUTHORIZED' , { helpText : 'set to 0 to disable TLS ' +
59
63
'certificate validation' } ] ,
60
64
[ 'NODE_V8_COVERAGE' , { helpText : 'directory to output v8 coverage JSON ' +
61
65
'to' } ] ,
66
+ [ 'TZ' , { helpText : 'specify the timezone configuration' } ] ,
62
67
[ 'UV_THREADPOOL_SIZE' , { helpText : 'sets the number of threads used in ' +
63
68
'libuv\'s threadpool' } ] ,
64
69
] , hasIntl ? [
You can’t perform that action at this time.
0 commit comments