Skip to content

Commit bf823a2

Browse files
committed
The Report.js analyzeReport now also finds all references to files in contentItems. Still needs module searching.
1 parent f8d58aa commit bf823a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/js/Components/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export default function App(initialData) {
134134
const processNewReport = (rawReport) => {
135135
const tempReport = analyzeReport(rawReport, ISSUE_STATE)
136136
setReport(tempReport)
137+
console.log(tempReport)
137138

138139
let api = new Api(settings)
139140
api.setReportData(tempReport.id, {'scanCounts': tempReport.scanCounts, 'scanRules': tempReport.scanRules})

0 commit comments

Comments
 (0)