Skip to content

Commit 85c4d7d

Browse files
committed
Another try to fix coverage
1 parent 94484ca commit 85c4d7d

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
@@ -134,6 +134,7 @@ class PreviousMap {
134134
let unknown = this.loadFile(map, file, false)
135135
if (unknown) {
136136
try {
137+
/* c8 ignore next 4 */
137138
this.json = JSON.parse(unknown.replace(/^\)]}'[^\n]*\n/, ''))
138139
} catch {
139140
return undefined

0 commit comments

Comments
 (0)