| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5780af0 commit 37c6f7d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,6 @@ const { | |||
| 36 | 36 | fileURLToPath, | |
| 37 | 37 | isURL, | |
| 38 | 38 | pathToFileURL, | |
| 39 | - toPathIfFileURL, | ||
| 40 | 39 | URL, | |
| 41 | 40 | } = require('internal/url'); | |
| 42 | 41 | const { | |
@@ -210,7 +209,7 @@ class MockModuleContext { | |||
| 210 | 209 | defaultExport, | |
| 211 | 210 | hasDefaultExport, | |
| 212 | 211 | namedExports, | |
| 213 | - caller: toPathIfFileURL(caller), | ||
| 212 | + caller, | ||
| 214 | 213 | }; | |
| 215 | 214 | ||
| 216 | 215 | sharedState.mockMap.set(baseURL, config); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments