aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/print_help.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/print_help.js')
-rw-r--r--lib/internal/print_help.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/print_help.js b/lib/internal/print_help.js
index 5d2c1daa07..c3e984dd9f 100644
--- a/lib/internal/print_help.js
+++ b/lib/internal/print_help.js
@@ -9,7 +9,7 @@ for (const key of Object.keys(types))
// Environment variables are parsed ad-hoc throughout the code base,
// so we gather the documentation here.
-const { hasIntl, hasSmallICU, hasNodeOptions } = process.binding('config');
+const { hasIntl, hasSmallICU, hasNodeOptions } = internalBinding('config');
const envVars = new Map([
['NODE_DEBUG', { helpText: "','-separated list of core modules that " +
'should print debug information' }],