| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e6949b4 commit 733beb7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | - if (process.binding('config').hasIntl) { | ||
| 3 | + if (internalBinding('config').hasIntl) { | ||
| 4 | 4 | const { toASCII, toUnicode } = internalBinding('icu'); | |
| 5 | 5 | module.exports = { toASCII, toUnicode }; | |
| 6 | 6 | } else { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments