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 c64b748 commit 94484caCopy full SHA for 94484ca
1 file changed
lib/previous-map.js
@@ -85,6 +85,7 @@ class PreviousMap {
85
}
86
87
loadFile(path, cssFile, trusted) {
88
+ /* c8 ignore next 5 */
89
if (!trusted && !this.unsafeMap) {
90
if (!/\.map$/i.test(path)) {
91
return undefined
0 commit comments