Skip to content

Commit

Permalink
Update json.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Dec 12, 2024
1 parent 20fa5d4 commit 8b5a116
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/json.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ fs.readFile(file, "utf8", (err, data) => {
fs.writeFile(jsonFilePath, JSON.stringify(jsonOutput, null, 4), "utf8", (writeErr) => {
if (writeErr) {
console.error("Error writing JSON file:", writeErr);
} else {
console.log("JSON file written successfully:", jsonFilePath);
}
});
});

0 comments on commit 8b5a116

Please sign in to comment.