Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Jun 25, 2024
1 parent e6689fb commit df0e284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkwpp-parser/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ document.getElementById("readInput").addEventListener("click", async function()
for (let line of parserData) {
let lowercaseLine = line.toLowerCase();
console.log(lowercaseLine);
console.log(data)
if (lowercaseLine.includes("—")) {
writeToOutput(`Skipped line "${line}", it's a discord line.`);
continue;
Expand Down

0 comments on commit df0e284

Please sign in to comment.