Skip to content

Commit 94484ca

Browse files
committed
Try to fix coverage
1 parent c64b748 commit 94484ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/previous-map.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ class PreviousMap {
8585
}
8686

8787
loadFile(path, cssFile, trusted) {
88+
/* c8 ignore next 5 */
8889
if (!trusted && !this.unsafeMap) {
8990
if (!/\.map$/i.test(path)) {
9091
return undefined

0 commit comments

Comments
 (0)