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 62320d7 commit 0088f6cCopy full SHA for 0088f6c
accessibility/scanner/index.js
@@ -101,7 +101,7 @@ function processAccessibilityReport(win){
101
// If the file is not empty, parse the existing content
102
if (result.exists && result.content) {
103
try {
104
- resultsArray = JSON.parse(JSON.stringify(result.content));
+ resultsArray = JSON.parse(result.content);
105
} catch (e) {
106
console.log("parsing error for content " , result.content)
107
console.log('Error parsing JSON file:', e);
0 commit comments