Skip to content

Commit 733beb7

Browse files
ZYSzysrvagg
authored andcommitted
lib: convert legacy process.binding to internalBinding
PR-URL: #26095 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e6949b4 commit 733beb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/idna.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
if (process.binding('config').hasIntl) {
3+
if (internalBinding('config').hasIntl) {
44
const { toASCII, toUnicode } = internalBinding('icu');
55
module.exports = { toASCII, toUnicode };
66
} else {

0 commit comments

Comments
 (0)