| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d2ce003 commit 6e5d524
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,7 +44,6 @@ function resolveMainPath(main) { | |||
| 44 | 44 | } catch (err) { | |
| 45 | 45 | if (defaultType === 'module' && err?.code === 'ENOENT') { | |
| 46 | 46 | const { decorateErrorWithCommonJSHints } = require('internal/modules/esm/resolve'); | |
| 47 | - const { getCWDURL } = require('internal/util'); | ||
| 48 | 47 | decorateErrorWithCommonJSHints(err, mainPath, getCWDURL()); | |
| 49 | 48 | } | |
| 50 | 49 | throw err; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments