.
This commit is contained in:
@@ -126,7 +126,7 @@ const resultData = {
|
||||
details: comparisonResults.sort((a, b) => b.error - a.error)
|
||||
};
|
||||
|
||||
const comparePath = path.join(workingDir, "compare_feature.json");
|
||||
const comparePath = path.join(workingDir, "compare.json");
|
||||
fs.writeFileSync(comparePath, JSON.stringify(resultData, null, 2), "utf-8");
|
||||
|
||||
console.log(`\nComparison complete! Results saved to: ${comparePath}`);
|
||||
|
||||
Reference in New Issue
Block a user