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 94484ca commit 85c4d7dCopy full SHA for 85c4d7d
1 file changed
lib/previous-map.js
@@ -134,6 +134,7 @@ class PreviousMap {
134
let unknown = this.loadFile(map, file, false)
135
if (unknown) {
136
try {
137
+ /* c8 ignore next 4 */
138
this.json = JSON.parse(unknown.replace(/^\)]}'[^\n]*\n/, ''))
139
} catch {
140
return undefined
0 commit comments