We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8fd99 commit 6734ec4Copy full SHA for 6734ec4
src/index.ts
@@ -454,7 +454,7 @@ export function create (rawOptions: CreateOptions = {}): Register {
454
if (fileURLToPath && path.startsWith('file://')) {
455
try {
456
path = fileURLToPath(path)
457
- } catch (e) {}
+ } catch (e) {/* swallow error */}
458
}
459
path = normalizeSlashes(path)
460
return outputCache.get(path)?.content || ''
0 commit comments