| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,5 +6,5 @@ const { | |||
| 6 | 6 | } = internalBinding('native_module'); | |
| 7 | 7 | ||
| 8 | 8 | for (const key of canBeRequired) { | |
| 9 | - require(key); | ||
| 9 | + require(`node:${key}`); | ||
| 10 | 10 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments